Skip to content

Commit

Permalink
chore: update to go1.24rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jan 22, 2025
1 parent f186c1c commit 49aaa37
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 @@ -15,7 +15,7 @@ jobs:
# ex:
# - 1.18beta1 -> 1.18.0-beta.1
# - 1.18rc1 -> 1.18.0-rc.1
GO_VERSION: '1.24.0-rc.1'
GO_VERSION: '1.24.0-rc.2'
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.1'
GO_VERSION: '1.24.0-rc.2'

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.1'
GO_VERSION: '1.24.0-rc.2'
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 @@ -10,7 +10,7 @@ env:
# ex:
# - 1.18beta1 -> 1.18.0-beta.1
# - 1.18rc1 -> 1.18.0-rc.1
GO_VERSION: '1.24.0-rc.1'
GO_VERSION: '1.24.0-rc.2'

jobs:
# Check if there is any dirty change for go mod tidy
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- ubuntu-24.04-arm
golang:
- '1.23'
- '1.24.0-rc.1'
- '1.24.0-rc.2'
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.1'
GO_VERSION: '1.24.0-rc.2'
CHOCOLATEY_VERSION: 2.2.0
steps:
# temporary workaround for an error in free disk space action
Expand Down

0 comments on commit 49aaa37

Please sign in to comment.