Skip to content

Commit

Permalink
Update to go 1.22.5 and 1.21.12
Browse files Browse the repository at this point in the history
Change-Id: I3334016ed2714ce4aed959d7f19a33e220c000e4
Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
  • Loading branch information
ccojocar committed Jul 8, 2024
1 parent 466992f commit 87fcb9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
test:
strategy:
matrix:
version: [{go: '1.21.11', golangci: 'latest'}, {go: '1.22.4', golangci: 'latest'}]
version: [{go: '1.21.12', golangci: 'latest'}, {go: '1.22.5', golangci: 'latest'}]
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Setup go ${{ matrix.version.go }}
- name: Setup go ${{ matrix.version.go }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.version.go }}
- name: Checkout Source
- name: Checkout Source
uses: actions/checkout@v4
- uses: actions/cache@v4
with:
Expand All @@ -46,8 +46,8 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: '1.22.4'
- name: Checkout Source
go-version: '1.22.5'
- name: Checkout Source
uses: actions/checkout@v4
- uses: actions/cache@v4
with:
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@v5
with:
go-version: '1.22.4'
go-version: '1.22.5'
- name: Install Cosign
uses: sigstore/cosign-installer@v3
with:
Expand Down

0 comments on commit 87fcb9b

Please sign in to comment.