Skip to content

Commit

Permalink
Merge branch 'main' into travis/msc4040-impl
Browse files Browse the repository at this point in the history
  • Loading branch information
devonh authored Aug 22, 2023
2 parents 2812403 + e5cb0de commit 4530604
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21
- name: golangci-lint
uses: golangci/golangci-lint-action@v3

Expand All @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.18", "1.19"]
go: ["1.20", "1.21"]
steps:
- uses: actions/checkout@v3
- name: Setup go
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.18", "1.19"]
go: ["1.20", "1.21"]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 4530604

Please sign in to comment.