Skip to content

Commit ae3c2f7

Browse files
authored
Update go version in build and release scripts (#957)
1 parent 970cc29 commit ae3c2f7

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.8', golangci: 'v1.52.0'}, {go: '1.20.3', golangci: 'latest'}]
13+
version: [{go: '1.19.9', golangci: 'v1.52.0'}, {go: '1.20.4', 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@v4
4848
with:
49-
go-version: '1.20.3'
49+
go-version: '1.20.4'
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@v4
1919
with:
20-
go-version: '1.20.3'
20+
go-version: '1.20.4'
2121
- name: Install Cosign
2222
uses: sigstore/cosign-installer@v3
2323
with:

0 commit comments

Comments
 (0)