Skip to content

Commit

Permalink
go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder committed Dec 3, 2023
1 parent 863dedf commit ed18dfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage
uses: codecov/codecov-action@v1
build_1_16:
name: Build with Go 1.16
build_1_18:
name: Build with Go 1.18
runs-on: ubuntu-latest
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'pull_request'
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.16'
go-version: '1.18'
- name: Git checkout
uses: actions/checkout@v3
- name: Build and test
Expand Down

0 comments on commit ed18dfc

Please sign in to comment.