File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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/checkout@v4.1.1
Original file line number Diff line number Diff line change 3737 repo: context.repo.repo,
3838 run_id: run.id
3939 });
40- }
40+ }
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
2424GO_CONTAINER_IMAGE ?= golang:$(GO_VERSION )
2525
2626# Directories.
Original file line number Diff line number Diff line change 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 ]]
You can’t perform that action at this time.
0 commit comments