Skip to content

Commit 459e979

Browse files
fix: bump go version to match go.mod
1 parent 80ee1f8 commit 459e979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
os:
3939
- ubuntu
40-
go-version: [1.17.6, 1.16.13]
40+
go-version: [1.23.0, 1.24.4]
4141

4242
steps:
4343
- name: Cancel Previous Runs
@@ -165,7 +165,7 @@ jobs:
165165
- name: Install Go ${{ matrix.go-version }}
166166
uses: actions/setup-go@v5
167167
with:
168-
go-version: 1.17.6
168+
go-version: 1.23.0
169169
check-latest: true
170170

171171
- name: Install dependencies

0 commit comments

Comments
 (0)