Skip to content

Commit

Permalink
use go 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mwennrich committed Feb 15, 2023
1 parent 61ae11c commit b51550c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: 1.20.1

- name: Lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: 1.20.1

- name: Lint
uses: golangci/golangci-lint-action@v2
Expand Down

0 comments on commit b51550c

Please sign in to comment.