Skip to content

Commit

Permalink
Update dependency on setup-go-faster
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikh committed Mar 23, 2024
1 parent a380d20 commit b452709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: WillAbides/setup-go-faster@v1.8.0
- uses: WillAbides/setup-go-faster@v1.14.0
with:
go-version: ${{ matrix.go }}
- run: "go test ./..."
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ runs:
steps:
- id: install_go
if: ${{ inputs.install-go != 'false' }}
uses: WillAbides/setup-go-faster@v1.8.0
uses: WillAbides/setup-go-faster@v1.14.0
with:
go-version: "1.19.x"
- uses: actions/cache@v3
Expand Down

0 comments on commit b452709

Please sign in to comment.