Skip to content

Commit 5ce589e

Browse files
committed
chore: update to go1.23 GA
1 parent e409f42 commit 5ce589e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# ex:
1616
# - 1.18beta1 -> 1.18.0-beta.1
1717
# - 1.18rc1 -> 1.18.0-rc.1
18-
GO_VERSION: '1.23.0-rc.2'
18+
GO_VERSION: '1.23'
1919
NODE_VERSION: '20.x'
2020
CGO_ENABLED: 0
2121
steps:

.github/workflows/post-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# ex:
1616
# - 1.18beta1 -> 1.18.0-beta.1
1717
# - 1.18rc1 -> 1.18.0-rc.1
18-
GO_VERSION: '1.23.0-rc.2'
18+
GO_VERSION: '1.23'
1919
steps:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-go@v5

.github/workflows/pr-documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# ex:
1414
# - 1.18beta1 -> 1.18.0-beta.1
1515
# - 1.18rc1 -> 1.18.0-rc.1
16-
GO_VERSION: '1.23.0-rc.2'
16+
GO_VERSION: '1.23'
1717
NODE_VERSION: '20.x'
1818
CGO_ENABLED: 0
1919

.github/workflows/pr-extra.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# ex:
1818
# - 1.18beta1 -> 1.18.0-beta.1
1919
# - 1.18rc1 -> 1.18.0-rc.1
20-
go-version: '1.23.0-rc.2'
20+
go-version: '1.23.0'
2121
- name: Run go list
2222
run: go list -json -m all > go.list
2323
- name: Nancy

.github/workflows/pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
# ex:
1111
# - 1.18beta1 -> 1.18.0-beta.1
1212
# - 1.18rc1 -> 1.18.0-rc.1
13-
GO_VERSION: '1.23.0-rc.2'
13+
GO_VERSION: '1.23'
1414

1515
jobs:
1616
# Check if there is any dirty change for go mod tidy
@@ -74,7 +74,7 @@ jobs:
7474
matrix:
7575
golang:
7676
- '1.22'
77-
- '1.23.0-rc.1'
77+
- '1.23'
7878
steps:
7979
- uses: actions/checkout@v4
8080
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)