File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
build :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
8
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
9
9
- name : Build the Docker image
10
10
run : docker build -t decred/dcrwebapi:$(date +%s) .
11
11
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
12
12
go : ["1.21", "1.22"]
13
13
steps :
14
14
- name : Set up Go
15
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
15
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
16
16
with :
17
17
go-version : ${{ matrix.go }}
18
18
- name : Check out source
19
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
19
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
20
20
- name : Install Linters
21
- run : " curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2 "
21
+ run : " curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.58.1 "
22
22
- name : Build
23
23
run : go build ./...
24
24
- name : Test
You can’t perform that action at this time.
0 commit comments