Skip to content

Commit 7e1ffe3

Browse files
committed
Update CI/Release Github Action
1 parent 90b1bb9 commit 7e1ffe3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: '>=1.20.0'
19+
go-version: '>=1.21.0'
2020
- name: Build
2121
run: make gobuild
2222
- name: Check Lint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Go
2727
uses: actions/setup-go@v3
2828
with:
29-
go-version: '>=1.19.0'
29+
go-version: '>=1.21.0'
3030
cache: true
3131
# More assembly might be required: Docker logins, GPG, etc. It all depends
3232
# on your needs.

0 commit comments

Comments
 (0)