Skip to content

Commit dc3937a

Browse files
committed
chore: upgrade to golang 1.20
1 parent 09bf225 commit dc3937a

File tree

6 files changed

+5
-37
lines changed

6 files changed

+5
-37
lines changed

.github/workflows/build.yaml

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@v3
1818
with:
19-
go-version: 1.19
19+
go-version: "1.20"
2020
- name: Build
2121
run: |
2222
go build cmd/brink/main.go

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v3
2323
with:
24-
go-version: 1.19
24+
go-version: "1.20"
2525
- name: Tests
2626
run: |
2727
go test ./...

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Go
2929
uses: actions/setup-go@v3
3030
with:
31-
go-version: 1.19
31+
go-version: "1.20"
3232
- name: Install cosign
3333
uses: sigstore/cosign-installer@v2.8.1
3434
- name: Run GoReleaser

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Go
3232
uses: actions/setup-go@v3
3333
with:
34-
go-version: 1.19
34+
go-version: "1.20"
3535
- name: Install cosign
3636
uses: sigstore/cosign-installer@v2.8.1
3737
- name: Run GoReleaser

.github/workflows/sample.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/jsiebens/brink
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/99designs/keyring v1.2.1

0 commit comments

Comments
 (0)