Skip to content

Commit

Permalink
fix: build step in github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
arshamalh committed Apr 18, 2024
1 parent 4a6447e commit f6e239d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gen_coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

- name: Build
run: go install
- name: Install dependencies
run: go mod download

- name: Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/arshamalh/dockeroller

go 1.21.0
go 1.21

require (
github.com/docker/docker v20.10.17+incompatible
Expand Down

0 comments on commit f6e239d

Please sign in to comment.