Skip to content

Commit

Permalink
ci: add setup-go action to build-docker job (#861)
Browse files Browse the repository at this point in the history
Make sure to install the particular version of Go we want to use, rather
than the system default for ubuntu-latest.
  • Loading branch information
kenjenkins authored Jan 8, 2024
1 parent bd76812 commit cabf8c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ jobs:
build-docker:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: 1.21.x
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: build
run: make docker-build

0 comments on commit cabf8c2

Please sign in to comment.