Skip to content

Commit

Permalink
ci: Use go1.17 for lint/test until we officially support go1.18 (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Apr 20, 2022
1 parent 4bcbfb8 commit b243527
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Expand Up @@ -18,6 +18,9 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: "1.17"
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -96,7 +96,7 @@ jobs:
# gopath-
- uses: actions/setup-go@v2
with:
go-version: "1"
go-version: "1.17"
- name: Remove Unsupported Code
run: |
# Iris requires Module mode, therefore we delete the relevant code to
Expand Down

0 comments on commit b243527

Please sign in to comment.