Skip to content

Commit a3bad5a

Browse files
committed
ci: Update GitHub actions and linter.
1 parent 94b6baa commit a3bad5a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 #v4.1.0
8+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b #v4.1.4
99
- name: Build the Docker image
1010
run: docker build -t decred/dcrwebapi:$(date +%s) .
1111

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
go: ["1.21", "1.22"]
1313
steps:
1414
- name: Set up Go
15-
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe #v4.1.0
15+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 #v5.0.1
1616
with:
1717
go-version: ${{ matrix.go }}
1818
- name: Check out source
19-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 #v4.1.0
19+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b #v4.1.4
2020
- 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"
2222
- name: Build
2323
run: go build ./...
2424
- name: Test

0 commit comments

Comments
 (0)