Skip to content

Commit

Permalink
Merge pull request #352 from zeeke/go1.18
Browse files Browse the repository at this point in the history
Stick with go <1.19
  • Loading branch information
adrianchiris authored Aug 18, 2022
2 parents ca051bc + c619386 commit c2149c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go 1.18
uses: actions/setup-go@v3
with:
go-version: '>=1.18.2'
go-version: '>=1.18.2 <1.19'

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: 1.18.2
go-version: '>=1.18.2 <1.19'

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: 1.18.2
go-version: '>=1.18.2 <1.19'
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: golangci-lint
Expand All @@ -69,7 +69,7 @@ jobs:
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: 1.18.2
go-version: '>=1.18.2 <1.19'

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tested with golangci-lint ver. 1.37
run:
timeout: 3m
timeout: 10m
skip-dirs:
- vendor/
- .github/
Expand Down

0 comments on commit c2149c1

Please sign in to comment.