Skip to content

Commit 2071786

Browse files
committed
Update Go version in CI builds
1 parent 1915717 commit 2071786

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
version: [{go: '1.19.5', golangci: 'v1.50.1'}, {go: '1.20', golangci: 'latest'}]
13+
version: [{go: '1.19.6', golangci: 'v1.50.1'}, {go: '1.20.1', golangci: 'latest'}]
1414
runs-on: ubuntu-latest
1515
env:
1616
GO111MODULE: on
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup go
4747
uses: actions/setup-go@v3
4848
with:
49-
go-version: '1.20'
49+
go-version: '1.20.1'
5050
- name: Checkout Source
5151
uses: actions/checkout@v3
5252
- uses: actions/cache@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v3
1919
with:
20-
go-version: '1.20'
20+
go-version: '1.20.1'
2121
- name: Install Cosign
2222
uses: sigstore/cosign-installer@v2
2323
with:

0 commit comments

Comments
 (0)