Skip to content

Commit 18267e2

Browse files
committed
chore: update to go1.23 GA
1 parent e409f42 commit 18267e2

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
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'
2121
- name: Run go list
2222
run: go list -json -m all > go.list
2323
- name: Nancy

.github/workflows/pr.yml

+4-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
@@ -39,6 +39,8 @@ jobs:
3939
# ex:
4040
# - 1.18beta1 -> 1.18.0-beta.1
4141
# - 1.18rc1 -> 1.18.0-rc.1
42+
# TODO(ldez) must be changed after the first release of golangci-lint with go1.23
43+
# go-version: ${{ env.GO_VERSION }}
4244
go-version: '1.22'
4345
- name: lint
4446
uses: golangci/[email protected]
@@ -74,7 +76,7 @@ jobs:
7476
matrix:
7577
golang:
7678
- '1.22'
77-
- '1.23.0-rc.1'
79+
- '1.23'
7880
steps:
7981
- uses: actions/checkout@v4
8082
- uses: actions/setup-go@v5

.github/workflows/tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# ex:
1313
# - 1.18beta1 -> 1.18.0-beta.1
1414
# - 1.18rc1 -> 1.18.0-rc.1
15-
GO_VERSION: '1.23.0-rc.1'
15+
GO_VERSION: '1.23'
1616
CHOCOLATEY_VERSION: 2.2.0
1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)