Skip to content

Commit 51b761f

Browse files
committed
Update CI go version to 1.23
1 parent 578d4ab commit 51b761f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
- uses: actions/setup-go@v4
1818
with:
19-
go-version: '1.22.x'
19+
go-version: '1.23.x'
2020
- uses: actions/cache@v3
2121
with:
2222
path: ~/go/pkg/mod
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434
- uses: actions/setup-go@v4
3535
with:
36-
go-version: "1.22.x"
36+
go-version: "1.23.x"
3737
- name: Run golangci-lint
3838
uses: golangci/golangci-lint-action@v4
3939
with:

0 commit comments

Comments
 (0)