Skip to content

Commit

Permalink
Update to go version 1.23.5 and 1.22.11 (#1291)
Browse files Browse the repository at this point in the history
ccojocar authored Jan 20, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7466b7c commit 59291a0
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
@@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
version: [{go: '1.22.10', golangci: 'latest'}, {go: '1.23.4', golangci: 'latest'}]
version: [{go: '1.22.11', golangci: 'latest'}, {go: '1.23.5', golangci: 'latest'}]
runs-on: ubuntu-latest
env:
GO111MODULE: on
@@ -48,7 +48,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: '1.23.4'
go-version: '1.23.5'
- name: Checkout Source
uses: actions/checkout@v4
- uses: actions/cache@v4
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23.4'
go-version: '1.23.5'
- name: Install Cosign
uses: sigstore/cosign-installer@v3
with:

0 comments on commit 59291a0

Please sign in to comment.