Skip to content

Commit

Permalink
fix: ci deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alyxbb committed May 27, 2024
1 parent 8ffc937 commit fb613d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Go
uses: WillAbides/setup-go-faster@v1.6.0
uses: WillAbides/setup-go-faster@v1.14.0
with:
go-version: 1.17

Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Go
uses: WillAbides/setup-go-faster@v1.6.0
uses: WillAbides/setup-go-faster@v1.14.0
with:
go-version: 1.17

Expand Down

0 comments on commit fb613d3

Please sign in to comment.