We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e32c8d commit 7908b93Copy full SHA for 7908b93
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: setup go environment
21
uses: actions/setup-go@v2
22
with:
23
- go-version: '1.20'
+ go-version: '1.23'
24
- name: download dependencies
25
run: make bootstrap
26
- name: run unit tests
0 commit comments