Skip to content

Commit 7e52314

Browse files
chore(deps): Update actions/setup-go action to v7
1 parent 207dc3b commit 7e52314

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint_golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
19-
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
19+
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
2020
with:
2121
go-version-file: go.mod
2222
- name: golangci-lint

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Check out code into the Go module directory
1818
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1919
- name: Set up Go 1.x
20-
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
20+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
2121
with:
2222
go-version-file: go.mod
2323
- run: go mod download

0 commit comments

Comments
 (0)