Skip to content

Commit

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

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
1995parham authored Jul 28, 2024
2 parents 9f010a3 + 5df2971 commit c5e23fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- run: go test -v ./... -covermode=atomic -coverprofile=coverage.out
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
Expand Down

0 comments on commit c5e23fe

Please sign in to comment.