Skip to content

Commit ee8aef7

Browse files
fix deps on test workflow and update go version
1 parent 2194d5f commit ee8aef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
build:
3333
name: Build
3434
runs-on: ubuntu-latest
35-
needs: [lint, test]
35+
needs: [lint]
3636
steps:
3737
- name: Set up Go
3838
uses: actions/setup-go@v4
3939
with:
40-
go-version: 1.18
40+
go-version: 1.21
4141

4242
- name: Check out code
4343
uses: actions/checkout@v3

0 commit comments

Comments
 (0)