Skip to content

Commit

Permalink
gha
Browse files Browse the repository at this point in the history
  • Loading branch information
inductor committed Feb 19, 2023
1 parent e6ab105 commit b1a9d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mod_downloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version-file: 'docker-images/mod-downloader/go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build (and push if on main)
id: docker_build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: ./docker-images/mod-downloader/
builder: ${{ steps.buildx.outputs.name }}
Expand Down

0 comments on commit b1a9d45

Please sign in to comment.