Skip to content

Commit

Permalink
Use stable go
Browse files Browse the repository at this point in the history
  • Loading branch information
syifan committed May 30, 2023
1 parent 3914eea commit b17a2dd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/regular_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
uses: actions/checkout@v2

- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: latest
go-version: 'stable'

- name: Build
run: go build ./...
Expand All @@ -26,9 +26,9 @@ jobs:
uses: actions/checkout@v2

- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: latest
go-version: 'stable'

- name: Install golangci-lint
run: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin
Expand All @@ -44,9 +44,9 @@ jobs:
uses: actions/checkout@v2

- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: latest
go-version: 'stable'

- name: Unit Test
run: |
Expand Down

0 comments on commit b17a2dd

Please sign in to comment.