Skip to content

Commit

Permalink
ci: use go1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwenn committed Sep 8, 2022
1 parent 1972602 commit ba406cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- name: Setup Sage
uses: einride/sage/actions/setup@master
with:
go-version: 1.19

- name: Make
run: make
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Setup Sage
uses: einride/sage/actions/setup@master
with:
go-version: 1.19

- name: Make
run: make
Expand Down

0 comments on commit ba406cf

Please sign in to comment.