Skip to content

Commit

Permalink
Merge pull request #168 from StatusCakeDev/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-go-5

ci(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
tomasbasham authored Jan 10, 2024
2 parents 5a82f53 + d24ba53 commit 3bcfb5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- id: import_gpg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- run: go test -v -cover ./...
Expand Down

0 comments on commit 3bcfb5c

Please sign in to comment.