Skip to content

Commit

Permalink
Merge pull request #45 from seriousben/dependabot/github_actions/Will…
Browse files Browse the repository at this point in the history
…Abides/setup-go-faster-1.14.0

deps: bump WillAbides/setup-go-faster from 1.10.1 to 1.14.0
  • Loading branch information
seriousben authored Sep 12, 2024
2 parents 47bf518 + 450eeaf commit 8676ba1
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: WillAbides/setup-go-faster@v1.10.1
- uses: WillAbides/setup-go-faster@v1.14.0
with:
go-version: "*"
- run: "go test -coverprofile=coverage.out -covermode=count ./..."
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: WillAbides/setup-go-faster@v1.10.1
- uses: WillAbides/setup-go-faster@v1.14.0
with:
go-version: '*'
- name: Install goreleaser
Expand Down

0 comments on commit 8676ba1

Please sign in to comment.