Skip to content

Commit

Permalink
fix: use go 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alesz committed Nov 1, 2024
1 parent 171b50e commit 9a8b60c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
scan:
strategy:
matrix:
go: ["1.23.2"]
go: ["1.23.1"]
fail-fast: true
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
unit:
strategy:
matrix:
go: ["1.23.2"]
go: ["1.23.1"]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: true
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
lint:
strategy:
matrix:
go: ["1.23.2"]
go: ["1.23.1"]
fail-fast: true
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/adfinis/osluc

go 1.23.2
go 1.23.1

require (
github.com/caarlos0/env v3.5.0+incompatible
Expand Down

0 comments on commit 9a8b60c

Please sign in to comment.