Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyahui committed Dec 29, 2023
1 parent bece16d commit d23f9fd
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 @@ -16,7 +16,7 @@ jobs:
- name: Setup go
uses: actions/[email protected]
with:
go-version: '^1.16'
go-version: '^1.13'
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup golangci-lint
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Set up Go
uses: actions/[email protected]
with:
go-version: 1.16
go-version: 1.13

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit d23f9fd

Please sign in to comment.