Skip to content

Commit

Permalink
Bump go to 1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jsafrane committed May 13, 2024
1 parent 39342dc commit a6d198e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install go
uses: actions/setup-go@v5
with:
go-version: ^1.19
go-version: ^1.22.3

- name: Build an image from Dockerfile
run: |
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/kubernetes-csi/livenessprobe

go 1.22.0

toolchain go1.22.2
go 1.22.3

require (
github.com/container-storage-interface/spec v1.9.0
Expand Down

0 comments on commit a6d198e

Please sign in to comment.