Skip to content

Commit 2708c96

Browse files
committed
fix: upd deps in GA (test.yml)
1 parent c115d52 commit 2708c96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Install Go
14-
uses: actions/setup-go@v3
14+
uses: actions/setup-go@v5
1515
with:
16-
go-version: 1.19
16+
go-version: 1.21
1717

1818
- run: go version
1919

2020
- name: Checkout code
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Install dependencies
24-
run: go mod download && go mod tidy
24+
run: go mod download -x
2525

2626
- name: Run lint
2727
run: make lint

0 commit comments

Comments
 (0)