Skip to content

Commit ee625f2

Browse files
chore(deps): update actions/setup-go action to v5.4.0
1 parent b22504a commit ee625f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
24-
- uses: actions/setup-go@v5.3.0
24+
- uses: actions/setup-go@v5.4.0
2525
with:
2626
go-version-file: go.mod
2727
- name: Golangci-lint

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: Setup Go environment
21-
uses: actions/setup-go@v5.3.0
21+
uses: actions/setup-go@v5.4.0
2222
with:
2323
go-version-file: go.mod
2424
- name: Run tests

0 commit comments

Comments
 (0)