Skip to content

Commit

Permalink
remaining Go upgrade places
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen committed Dec 18, 2024
1 parent 623ac24 commit 23d35f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.23"
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions scripts/local-dev/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stackrox/infra/scripts/local-dev

go 1.22
go 1.23

toolchain go1.22.5
toolchain go1.23.1

require gopkg.in/yaml.v2 v2.4.0

0 comments on commit 23d35f4

Please sign in to comment.