File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
test :
11
11
strategy :
12
12
matrix :
13
- go-version : [1.19 .x, 1.20 .x]
13
+ go-version : [1.20 .x, 1.21 .x]
14
14
os : [ubuntu-latest, macos-latest]
15
15
runs-on : ${{ matrix.os }}
16
16
steps :
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
15
15
- uses : actions/checkout@v3
16
16
- uses : actions/setup-go@v4
17
17
with :
18
- go-version : ' 1.20 '
18
+ go-version : ' 1.21 '
19
19
cache : false
20
20
- name : golangci-lint
21
21
uses : golangci/golangci-lint-action@v3
22
22
with :
23
23
# 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
25
25
26
26
# Optional: working directory, useful for monorepos
27
27
# working-directory: somedir
You can’t perform that action at this time.
0 commit comments