Skip to content

Commit 74f9f86

Browse files
committed
1.26.0
1 parent 41a63f7 commit 74f9f86

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v6
1919
with:
20-
go-version: '1.25.7'
20+
go-version: '1.26.0'
2121
cache-dependency-path: golang/go.sum
2222

2323
- name: Check Formatting

golang/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/WebReflection/flatted/golang
22

3-
go 1.25.7
3+
go 1.26.0

0 commit comments

Comments
 (0)