Skip to content

Commit c5c6541

Browse files
chore(deps): Update github-actions
1 parent 4fd9558 commit c5c6541

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint_golang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
19-
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
19+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2020
id: go
2121
with:
2222
go-version-file: go.mod
@@ -34,5 +34,5 @@ jobs:
3434
- name: golangci-lint
3535
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
3636
with:
37-
version: v2.10.1
37+
version: v2.11.4
3838
args: --verbose

.github/workflows/regen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
permission-contents: write
2222
permission-pull-requests: write
2323
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
24-
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
24+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2525
id: go
2626
with:
2727
go-version-file: go.mod

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Check out code into the Go module directory
2323
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424
- name: Set up Go 1.x
25-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
25+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2626
with:
2727
go-version-file: go.mod
2828
- run: go mod download

0 commit comments

Comments
 (0)