Skip to content

Commit

Permalink
Merge pull request #175 from VictorAvelar/task/add-gh-action-support-…
Browse files Browse the repository at this point in the history
…matrix-to-include-v1.18

Add v1.18 to actions version matrix
  • Loading branch information
VictorAvelar authored Mar 23, 2022
2 parents 32b605b + d2c4e31 commit 358deac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.17.x]
go: [1.17.x, 1.18.x]
name: Go ${{ matrix.go }} check
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: goreleaser
on:
push:
tags:
- '*'
- "*"

jobs:
goreleaser:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18.x
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 358deac

Please sign in to comment.