File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
- ' master'
11
11
env :
12
12
# Golang version to use across CI steps
13
- GOLANG_VERSION : ' 1.17 '
13
+ GOLANG_VERSION : ' 1.19 '
14
14
jobs :
15
15
test :
16
16
runs-on : ubuntu-latest
@@ -22,14 +22,14 @@ jobs:
22
22
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
23
23
restore-keys : |
24
24
${{ runner.os }}-go-
25
- - uses : actions/setup-go@v3.2.1
25
+ - uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.0
26
26
with :
27
27
go-version : ${{ env.GOLANG_VERSION }}
28
28
- run : make test
29
29
- name : Run golangci-lint
30
- uses : golangci/golangci-lint-action@v3.2 .0
30
+ uses : golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # v3.4 .0
31
31
with :
32
- version : v1.38 .0
32
+ version : v1.51 .0
33
33
args : --timeout 5m
34
34
35
35
with :
You can’t perform that action at this time.
0 commit comments