We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b96f4e commit c561c10Copy full SHA for c561c10
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v3
11
- uses: actions/setup-go@v4
12
with:
13
- go-version: '1.21'
+ go-version: '1.22'
14
cache: false
15
- name: build
16
run: go build
0 commit comments