Skip to content

Commit eeb7de2

Browse files
authored
Merge pull request #5437 from damdo/bump-go-1.23
🌱 Bump to go 1.23
2 parents 1dfb164 + 72efc3d commit eeb7de2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go 1.x
2626
uses: actions/setup-go@v5
2727
with:
28-
go-version: '1.22'
28+
go-version: '1.23'
2929
id: go
3030
- name: Check out code into the Go module directory
3131
uses: actions/[email protected]

.github/workflows/pr-gh-workflow-approve.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
repo: context.repo.repo,
3838
run_id: run.id
3939
});
40-
}
40+
}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: '1.22'
23+
go-version: '1.23'
2424
- name: Set version info
2525
run: |
2626
echo "VERSION=${GITHUB_REF_NAME}" >> $GITHUB_ENV

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include $(ROOT_DIR_RELATIVE)/common.mk
2020
# https://suva.sh/posts/well-documented-makefiles
2121

2222
# Go
23-
GO_VERSION ?=1.22.6
23+
GO_VERSION ?=1.23.7
2424
GO_CONTAINER_IMAGE ?= golang:$(GO_VERSION)
2525

2626
# Directories.

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
publish = "docs/book/book"
55

66
[build.environment]
7-
GO_VERSION = "1.22.6"
7+
GO_VERSION = "1.23.7"
88

99
# Standard Netlify redirects
1010
[[redirects]]

0 commit comments

Comments
 (0)