Skip to content

Commit 7908b93

Browse files
authored
ci: bump go version to v1.23
Signed-off-by: Nace Sc <scbizu@gmail.com>
1 parent 5e32c8d commit 7908b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: setup go environment
2121
uses: actions/setup-go@v2
2222
with:
23-
go-version: '1.20'
23+
go-version: '1.23'
2424
- name: download dependencies
2525
run: make bootstrap
2626
- name: run unit tests

0 commit comments

Comments
 (0)