Skip to content

Commit

Permalink
all: drop 1.16 support and run CI on 1.17 and 1.18 (#2411)
Browse files Browse the repository at this point in the history
  • Loading branch information
masseelch committed Mar 17, 2022
1 parent 865ddb8 commit 286eec4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 650 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.17', '1.16']
go: ['1.17', '1.18']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: '1.17'
go-version: '1.18'
- uses: actions/cache@v2.1.7
with:
path: ~/go/pkg/mod
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: '1.17'
go-version: '1.18'
- uses: actions/cache@v2.1.7
with:
path: ~/go/pkg/mod
Expand Down Expand Up @@ -397,7 +397,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: '1.17'
go-version: '1.18'
- uses: actions/cache@v2.1.7
with:
path: ~/go/pkg/mod
Expand Down

0 comments on commit 286eec4

Please sign in to comment.