Skip to content

Commit d4fc6d2

Browse files
committed
chore(CI): speicify to go1.23
Signed-off-by: Neko Ayaka <neko@ayaka.moe>
1 parent c932e61 commit d4fc6d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Go
2222
uses: actions/setup-go@v3
2323
with:
24-
go-version: "^1.22.6"
24+
go-version: "^1.23"
2525
cache: true
2626

2727
- name: Setup Go Cache PATH
@@ -58,7 +58,7 @@ jobs:
5858
- name: Setup Go
5959
uses: actions/setup-go@v3
6060
with:
61-
go-version: "^1.22.6"
61+
go-version: "^1.23"
6262
cache: true
6363

6464
- name: Lint
@@ -79,7 +79,7 @@ jobs:
7979
- name: Setup Go
8080
uses: actions/setup-go@v3
8181
with:
82-
go-version: "^1.22.6"
82+
go-version: "^1.23"
8383
cache: true
8484

8585
- name: Setup Go Cache PATH

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# --- builder ---
2-
FROM golang:1.22 as builder
2+
FROM golang:1.23 as builder
33

44
ARG BUILD_VERSION
55
ARG BUILD_LAST_COMMIT

0 commit comments

Comments
 (0)