Skip to content

Commit 999fe49

Browse files
chore(deps): Update github-actions
1 parent 8c17b3e commit 999fe49

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint_golang.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ 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
with:
2121
go-version-file: go.mod
2222
- name: golangci-lint
2323
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
2424
with:
25-
version: v2.10.1
25+
version: v2.11.4
2626
args: --verbose

.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919
- name: Set up Go 1.x
20-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
20+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2121
with:
2222
go-version-file: go.mod
2323
- run: go mod download

0 commit comments

Comments
 (0)