Skip to content

Commit beeee37

Browse files
committed
chore: upgrade Go version to 1.26.0 and update setup-go action to v5
1 parent b0586e7 commit beeee37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v6
1919

2020
- name: Set up Go
21-
uses: actions/setup-go@v4
21+
uses: actions/setup-go@v5
2222
with:
2323
check-latest: true
2424
cache: true

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module coderscompass.org/set
22

3-
go 1.23.2
3+
go 1.26.0

0 commit comments

Comments
 (0)