Skip to content

Commit

Permalink
Merge pull request #28 from gizmoguy/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
gizmoguy committed Dec 7, 2023
2 parents 0f8b0d7 + ed3d4f6 commit 4777cf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
check-latest: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
check-latest: true
Expand All @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
check-latest: true
Expand All @@ -69,7 +69,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
check-latest: true
Expand Down

0 comments on commit 4777cf2

Please sign in to comment.