Skip to content

Commit

Permalink
chore: update to go1.24rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Feb 10, 2025
1 parent 0c90e64 commit 0245258
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# ex:
# - 1.18beta1 -> 1.18.0-beta.1
# - 1.18rc1 -> 1.18.0-rc.1
GO_VERSION: '1.24.0-rc.2'
GO_VERSION: '1.24.0-rc.3'
NODE_VERSION: '20.x'
CGO_ENABLED: 0
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
# ex:
# - 1.18beta1 -> 1.18.0-beta.1
# - 1.18rc1 -> 1.18.0-rc.1
GO_VERSION: '1.24.0-rc.2'
GO_VERSION: '1.24.0-rc.3'

jobs:
update-gha-assets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# ex:
# - 1.18beta1 -> 1.18.0-beta.1
# - 1.18rc1 -> 1.18.0-rc.1
GO_VERSION: '1.24.0-rc.2'
GO_VERSION: '1.24.0-rc.3'
NODE_VERSION: '20.x'
CGO_ENABLED: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
# ex:
# - 1.18beta1 -> 1.18.0-beta.1
# - 1.18rc1 -> 1.18.0-rc.1
GO_VERSION: '1.24.0-rc.2'
GO_VERSION: '1.24.0-rc.3'

jobs:
# Check if there is any dirty change for go mod tidy
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- ubuntu-24.04-arm
golang:
- '1.23'
- '1.24.0-rc.2'
- '1.24.0-rc.3'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# ex:
# - 1.18beta1 -> 1.18.0-beta.1
# - 1.18rc1 -> 1.18.0-rc.1
GO_VERSION: '1.24.0-rc.2'
GO_VERSION: '1.24.0-rc.3'
CHOCOLATEY_VERSION: 2.2.0
steps:
# temporary workaround for an error in free disk space action
Expand Down

0 comments on commit 0245258

Please sign in to comment.