Skip to content

Commit df5dd73

Browse files
committed
fix: bump go version
1 parent 6b168e3 commit df5dd73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: setup-go
2929
uses: actions/setup-go@v3
3030
with:
31-
go-version: '1.20'
31+
go-version: '1.23'
3232
- name: setup-medium-test-class-binaries
3333
run: |
3434
# This installs kube-apiserver and etcd binaries for `medium`
@@ -80,7 +80,7 @@ jobs:
8080
- name: setup-go
8181
uses: actions/setup-go@v3
8282
with:
83-
go-version: '1.20'
83+
go-version: '1.23'
8484
- name: install-dependencies
8585
run: |
8686
sudo apt-get update

0 commit comments

Comments
 (0)