Skip to content

Commit 6f5ce4e

Browse files
authored
Merge pull request #60 from lestrrat-go/dependabot/github_actions/v3/actions/setup-go-5.3.0
Bump actions/setup-go from 5.0.2 to 5.3.0
2 parents aaee3ff + 9bd93ad commit 6f5ce4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: |
1616
find . -name '*.md' | xargs env AUTODOC_DRYRUN=1 perl tools/autodoc.pl
1717
- name: Install Go stable version
18-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
18+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1919
with:
2020
go-version: ${{ matrix.go }}
2121
- name: Test

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Checkout repository
99
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1010
- name: Install Go stable version
11-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
11+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1212
with:
1313
go-version-file: go.mod
1414
- uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0

0 commit comments

Comments
 (0)