Skip to content

Commit

Permalink
go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven committed Mar 6, 2024
1 parent 97ae91f commit 7a25463
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: true
matrix:
go: ['1.21.6']
go: ['1.22.1']
os:
- ubuntu-latest
- windows-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vuln.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.21.6
go-version-input: 1.22.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Go get dependecies and build ###
FROM golang:1.21.6 as builder
FROM golang:1.22.1 as builder
ENV PLATFORM docker
WORKDIR /go/src/app
COPY go.mod go.sum ./
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/tufin/oasdiff

go 1.21.5

toolchain go1.21.6
toolchain go1.22.1

require (
cloud.google.com/go v0.112.1
Expand Down

0 comments on commit 7a25463

Please sign in to comment.