Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 972aa9a

Browse files
authored
Merge pull request #246 from tonicpow/dependabot/github_actions/master/actions/setup-go-5.4.0
Bump actions/setup-go from 5.3.0 to 5.4.0
2 parents f6fa78f + 55227ec commit 972aa9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323
- name: Set up Go
24-
uses: actions/setup-go@v5.3.0
24+
uses: actions/setup-go@v5.4.0
2525
with:
2626
go-version: 1.22
2727
- name: Run GoReleaser

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- name: Install Go
23-
uses: actions/setup-go@v5.3.0
23+
uses: actions/setup-go@v5.4.0
2424
with:
2525
go-version: ${{ matrix.go-version }}
2626
- name: Checkout code

0 commit comments

Comments
 (0)