Skip to content

Commit

Permalink
Update golang version to 1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
secwall committed Oct 3, 2024
1 parent 11b2cae commit db417aa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- cron: '30 06 * * 6'

env:
GO_VERSION: 1.22.7
GO_VERSION: 1.23.2

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/func-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- cron: '30 06 * * *'

env:
GO_VERSION: 1.22.7
GO_VERSION: 1.23.2
DOCKER_API_VERSION: 1.43

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

env:
GO_VERSION: 1.22.7
GO_VERSION: 1.23.2

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jepsen-cluster-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '30 06 * * *'

env:
GO_VERSION: 1.22.7
GO_VERSION: 1.23.2

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jepsen-sentinel-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '30 06 * * *'

env:
GO_VERSION: 1.22.7
GO_VERSION: 1.23.2

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: [ master ]

env:
GO_VERSION: 1.22.7
GO_VERSION: 1.23.2

jobs:
unittest:
Expand Down

0 comments on commit db417aa

Please sign in to comment.