Skip to content

Commit 63c5d11

Browse files
committed
ci: use go1.23
1 parent 9986de2 commit 63c5d11

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
go-version: [1.22.x]
15+
go-version: [1.23.x]
1616
os: [ubuntu-latest, windows-latest]
1717
runs-on: ${{ matrix.os}}
1818
steps:

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/setup-go@v3
2020
with:
21-
go-version: '1.22'
21+
go-version: '1.23'
2222
- uses: actions/checkout@v3
2323
- name: golangci-lint
2424
uses: golangci/golangci-lint-action@v3

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/fufuok/pkg
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/chenyahui/gin-cache v1.9.0

0 commit comments

Comments
 (0)