We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9268c83 commit 9cd133bCopy full SHA for 9cd133b
.github/workflows/go.yml
@@ -21,7 +21,7 @@ jobs:
21
id: go
22
23
- name: Check out code into the Go module directory
24
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
25
- name: Cache Go module
26
uses: actions/cache@v3
27
with:
@@ -59,7 +59,7 @@ jobs:
59
go-version: ${{ matrix.go-version }}
60
61
62
63
- name: Lint Go code with revive
64
run: |
65
export PATH=$PATH:$(go env GOPATH)/bin
@@ -78,7 +78,7 @@ jobs:
78
79
80
81
82
83
84
0 commit comments