Skip to content

Commit

Permalink
Attempt to specify a golang version, by tag.
Browse files Browse the repository at this point in the history
Attempt to force using 'stable', which might be past 1.21 which appears
to be included on the ubuntu-latest image these days.
  • Loading branch information
morrowc committed Jan 6, 2025
1 parent f226b82 commit 810c1ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-go@v5
with:
go-version: 'stable'
check-latest: 'true'
- name: Mount bazel cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 810c1ac

Please sign in to comment.