Skip to content

Commit

Permalink
github: Use stable go version for triggering snap build
Browse files Browse the repository at this point in the history
Reverts breakage introduced by 136d7fe

Signed-off-by: Thomas Parrott <[email protected]>
  • Loading branch information
tomponline committed Nov 26, 2024
1 parent 68321c2 commit d0f1495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version-file: go.mod
go-version: 'stable'

- name: Setup Launchpad SSH access
env:
Expand Down

0 comments on commit d0f1495

Please sign in to comment.