Skip to content

Commit a5719a4

Browse files
committed
update build config
1 parent 6d0d828 commit a5719a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
go-version: [1.19.x, 1.20.x]
13+
go-version: [1.20.x, 1.21.x]
1414
os: [ubuntu-latest, macos-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-go@v4
1717
with:
18-
go-version: '1.20'
18+
go-version: '1.21'
1919
cache: false
2020
- name: golangci-lint
2121
uses: golangci/golangci-lint-action@v3
2222
with:
2323
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
24-
version: v1.53
24+
version: v1.55
2525

2626
# Optional: working directory, useful for monorepos
2727
# working-directory: somedir

0 commit comments

Comments
 (0)