Skip to content

Commit

Permalink
Workflow: upgrade Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorbin committed Jun 28, 2023
1 parent 729ba4b commit 5fa52b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: "1.20"
- name: lint
run: |
curl -sSfL https://github.com/raw/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: "1.20"
- name: Run testing
run: go test -race -v ./...

0 comments on commit 5fa52b3

Please sign in to comment.