Skip to content

Commit

Permalink
Update build script to go version 1.20.5
Browse files Browse the repository at this point in the history
Signed-off-by: Cosmin Cojocar <[email protected]>
  • Loading branch information
ccojocar committed Jun 7, 2023
1 parent 022584d commit b824c10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
version: [{go: '1.19.9', golangci: 'v1.52.0'}, {go: '1.20.4', golangci: 'latest'}]
version: [{go: '1.19.10', golangci: 'v1.52.0'}, {go: '1.20.5', golangci: 'latest'}]
runs-on: ubuntu-latest
env:
GO111MODULE: on
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: '1.20.4'
go-version: '1.20.5'
- name: Checkout Source
uses: actions/checkout@v3
- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20.4'
go-version: '1.20.5'
- name: Install Cosign
uses: sigstore/cosign-installer@v3
with:
Expand Down

0 comments on commit b824c10

Please sign in to comment.