Skip to content

Commit fc6adbc

Browse files
authored
Update Go version in CI workflow
1 parent 1b0abcd commit fc6adbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Set up Go
99
uses: actions/setup-go@master
1010
with:
11-
go-version: '1.20'
11+
go-version: '1.24'
1212

1313
- name: Check out code into the Go module directory
1414
uses: actions/checkout@master

0 commit comments

Comments
 (0)