Skip to content

Commit

Permalink
chore: specify go version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tyhopp committed Sep 21, 2024
1 parent 43737dd commit c10fd2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- name: set-up-go
uses: actions/setup-go@v5
with:
go-version: 'stable'

- name: build
run: make
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- name: set-up-go
uses: actions/setup-go@v5
with:
go-version: 'stable'

- name: install-deps
run: make deps
Expand Down

0 comments on commit c10fd2f

Please sign in to comment.