Skip to content

Commit 04fdd1d

Browse files
author
Lightning
committed
bump go versions
1 parent 944b53b commit 04fdd1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
- uses: actions/checkout@v3
1010
- uses: actions/setup-go@v3
1111
with:
12-
go-version: "1.20"
12+
go-version: "1.21"
1313
- name: Check diff between gofmt and code
1414
run: diff <(gofmt -d .) <(echo -n)
1515

1616
test:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
go-version: ["1.18", "1.19", "1.20"]
20+
go-version: ["1.20", "1.21"]
2121
steps:
2222
- uses: actions/checkout@v3
2323
- uses: actions/setup-go@v3
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v3
3333
- uses: actions/setup-go@v4
3434
with:
35-
go-version: "1.20"
35+
go-version: "1.21"
3636
cache: false
3737
- name: golangci-lint
3838
uses: golangci/golangci-lint-action@v3

0 commit comments

Comments
 (0)