We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b1bb9 commit 7e1ffe3Copy full SHA for 7e1ffe3
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v2
18
with:
19
- go-version: '>=1.20.0'
+ go-version: '>=1.21.0'
20
- name: Build
21
run: make gobuild
22
- name: Check Lint
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup Go
27
uses: actions/setup-go@v3
28
29
- go-version: '>=1.19.0'
30
cache: true
31
# More assembly might be required: Docker logins, GPG, etc. It all depends
32
# on your needs.
0 commit comments