Skip to content

Commit

Permalink
Revert "ci: Set same go version (#10)" (#11)
Browse files Browse the repository at this point in the history
This reverts commit d914aad.
  • Loading branch information
sheepla authored Jun 13, 2022
1 parent d914aad commit 1ea133c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18.x
go-version: 1.17
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v2
with:
go-version: 1.18.x
- name: Run GoReleaser
Expand Down

0 comments on commit 1ea133c

Please sign in to comment.