Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
get-me-power committed Dec 2, 2024
1 parent ab3ecef commit f265f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '>=1.16'
go-version: '1.14'

- name: Install dependencies
run: |
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Install devfarm
run: |
go get github.com/DeNA/devfarm/cmd/devfarm
go install github.com/DeNA/devfarm/cmd/devfarm
devfarm version
- name: Build assets
Expand Down

0 comments on commit f265f53

Please sign in to comment.