Skip to content

Commit

Permalink
fix: ci deprecation warning (#359)
Browse files Browse the repository at this point in the history
* fix: ci  deprecation warning

* fix: more ci stuffs is deprecated
  • Loading branch information
alyxbb authored May 27, 2024
1 parent 8ffc937 commit 0a96ff7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- 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 @@ -31,15 +31,15 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- 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

- name: Lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v6
with:
version: latest
working-directory: ${{ github.workspace }}

0 comments on commit 0a96ff7

Please sign in to comment.