Skip to content

Commit

Permalink
Merge pull request #216 from AirHelp/fix/update-go-build-version
Browse files Browse the repository at this point in the history
Update go version to fix standard library vulnerability
  • Loading branch information
krzwiatrzyk-lgd committed Jul 1, 2024
2 parents f081b8d + 5f12563 commit 1d52b3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"

- name: Download dependencies
run: go mod download
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
)

go 1.21

toolchain go1.21.5
go 1.22
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

// treasury version should be changed here
const version = "v0.12.1"
const version = "v0.12.2"

// This will be filled in by the compiler.
var (
Expand Down

0 comments on commit 1d52b3e

Please sign in to comment.