Skip to content

Commit b0f8f21

Browse files
committed
ci(github): update CI configuration and dependencies
- Update golangci-lint action from v5 to v6 - Update Go versions to test from [1.18, 1.19, "1.20", 1.21, 1.22] to [1.21, 1.22, 1.23] - Remove macOS from the build matrix Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 23d71c3 commit b0f8f21

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/go.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,17 @@ jobs:
2323
go-version-file: go.mod
2424
check-latest: true
2525
- name: Setup golangci-lint
26-
uses: golangci/golangci-lint-action@v5
26+
uses: golangci/golangci-lint-action@v6
2727
with:
2828
args: --verbose
2929
test:
3030
strategy:
3131
matrix:
3232
os: [ubuntu-latest]
33-
go: [1.18, 1.19, "1.20", 1.21, 1.22]
33+
go: [1.21, 1.22, 1.23]
3434
include:
3535
- os: ubuntu-latest
3636
go-build: ~/.cache/go-build
37-
- os: macos-latest
38-
go-build: ~/Library/Caches/go-build
3937
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
4038
runs-on: ${{ matrix.os }}
4139
env:

0 commit comments

Comments
 (0)