Skip to content

Commit ebf9b7a

Browse files
authored
chore: update ci workflow (#38)
1 parent 93c54d3 commit ebf9b7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ jobs:
3939
name: Lint
4040
runs-on: ubuntu-latest
4141
steps:
42+
- name: Check out code
43+
uses: actions/checkout@v4
44+
4245
- name: Set up Go
4346
uses: actions/setup-go@v5
4447
with:
4548
go-version: 1.17.x
4649

47-
- name: Check out code
48-
uses: actions/checkout@v4
49-
5050
- name: golangci-lint
51-
uses: golangci/golangci-lint-action@v2
51+
uses: golangci/golangci-lint-action@v7
5252
with:
5353
version: latest
5454

0 commit comments

Comments
 (0)