Skip to content

Commit

Permalink
bump go versions to 1.18 (flyteorg#142)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Rammer <[email protected]>

Signed-off-by: Dan Rammer <[email protected]>
  • Loading branch information
hamersaw committed Nov 2, 2022
1 parent 090598c commit bc6c604
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.17'
go-version: '1.18'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand All @@ -54,7 +54,7 @@ jobs:
fetch-depth: "0"
- uses: actions/setup-go@v2
with:
go-version: '1.17'
go-version: '1.18'
- name: Unit Tests
run: make mod_download && make test_unit_codecov
- name: Push CodeCov
Expand All @@ -65,7 +65,7 @@ jobs:
fail_ci_if_error: true
- uses: actions/setup-go@v2
with:
go-version: '1.17'
go-version: '1.18'
- name: Lint
run: make install && make lint
- name: Bench tests
Expand Down

0 comments on commit bc6c604

Please sign in to comment.