Skip to content

Commit

Permalink
update to building with go 1.20.6 to fix vuln reports
Browse files Browse the repository at this point in the history
  • Loading branch information
vroldanbet committed Jul 12, 2023
1 parent 2bef760 commit 429b01e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
types:
- "checks_requested"
env:
GO_VERSION: "~1.20.5"
GO_VERSION: "~1.20.6"
jobs:
paths-filter:
runs-on: "ubuntu-latest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
types:
- "checks_requested"
env:
GO_VERSION: "~1.20.5"
GO_VERSION: "~1.20.6"
jobs:
go-lint:
name: "Lint Go"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
contents: "write"
packages: "write"
env:
GO_VERSION: "~1.20.5"
GO_VERSION: "~1.20.6"
jobs:
goreleaser:
runs-on: "ubuntu-latest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
contents: "write"
packages: "write"
env:
GO_VERSION: "~1.20.5"
GO_VERSION: "~1.20.6"
jobs:
goreleaser:
runs-on: "ubuntu-latest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
permissions:
contents: "write"
env:
GO_VERSION: "~1.20.5"
GO_VERSION: "~1.20.6"
jobs:
build:
name: "Build WASM"
Expand Down

0 comments on commit 429b01e

Please sign in to comment.