Skip to content

Commit

Permalink
fix(gh): forcing go setup from go.mod file
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Tranchitella <[email protected]>
  • Loading branch information
prometherion committed Mar 4, 2024
1 parent bbf1464 commit b2de6d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- name: Docker meta
id: meta
uses: docker/metadata-action@v3
Expand Down

0 comments on commit b2de6d8

Please sign in to comment.