Skip to content

Commit

Permalink
Go 1.18 as the main build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Nov 2, 2022
1 parent 718eaf5 commit 1d71a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v3.1.0
- uses: actions/setup-go@v3.3.1
with:
go-version: '1.19'
go-version: '1.18'
- run: ${{ matrix.run-script }}
- uses: codecov/codecov-action@v3.1.1
with:
Expand Down

0 comments on commit 1d71a15

Please sign in to comment.