Skip to content

Commit 6883252

Browse files
committed
update go version
1 parent d1fb045 commit 6883252

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- name: set up go 1.20
14+
- name: set up go 1.23
1515
uses: actions/setup-go@v4
1616
with:
17-
go-version: "1.20"
17+
go-version: "1.23"
1818
id: go
1919

2020
- name: checkout
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
version: latest
3737
skip-pkg-cache: true
38-
38+
3939
- name: install goveralls
4040
run: go install github.com/mattn/goveralls@latest
4141

0 commit comments

Comments
 (0)