Skip to content

Commit

Permalink
Add go 1.18 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Mar 16, 2022
1 parent aef2c95 commit a3f76e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.13', '1.14', '1.15', '1.16', '1.17']
go: ['1.13', '1.14', '1.15', '1.16', '1.17', '1.18']
name: Go ${{ matrix.go }} build
steps:
- uses: actions/checkout@master
Expand All @@ -32,19 +32,19 @@ jobs:
with:
args: -E golint
version: v1.29
if: matrix.go == '1.17'
if: matrix.go == '1.18'
- uses: actions/upload-artifact@v3
with:
name: coverage.html
path: coverage.html
if: matrix.go == '1.17'
if: matrix.go == '1.18'

- run: make hallow.zip
- uses: actions/upload-artifact@v3
with:
name: hallow.zip
path: hallow.zip
if: matrix.go == '1.17'
if: matrix.go == '1.18'
terraform:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit a3f76e4

Please sign in to comment.