Skip to content

Commit d1bb0cb

Browse files
committed
Update more go versions
Signed-off-by: Dominik Schulz <[email protected]>
1 parent ec0ea5e commit d1bb0cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v4
2020
with:
21-
go-version: 1.19
21+
go-version: 1.21
2222

2323
- name: Ubuntu Dependencies
2424
run: sudo apt-get install --yes git gnupg2
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Go
5151
uses: actions/setup-go@v4
5252
with:
53-
go-version: 1.19
53+
go-version: 1.21
5454

5555
- name: MacOS Dependencies
5656
run: brew install git gnupg

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v4
2020
with:
21-
go-version: 1.19
21+
go-version: 1.21
2222
- uses: actions/checkout@v4
2323
- name: golangci-lint
2424
uses: golangci/golangci-lint-action@v3

0 commit comments

Comments
 (0)