Skip to content

Commit

Permalink
🧹 update to go 1.21.0 (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock authored Aug 22, 2023
1 parent 230d694 commit 617a0bf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ">=1.20.4"
go-version: ">=1.21.0"
cache: false
- name: Log in to the Container registry
uses: docker/login-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ">=1.20.4"
go-version: ">=1.21.0"
cache: false

- name: 'Authenticate to Google Cloud'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'go.sum'

env:
GO_VERSION: ">=1.20.4"
GO_VERSION: ">=1.21.0"

jobs:
# Check if there is any dirty change for go mod tidy
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module go.mondoo.com/cnspec

go 1.20
go 1.21

toolchain go1.21.0

require (
github.com/Masterminds/semver v1.5.0
Expand Down

0 comments on commit 617a0bf

Please sign in to comment.