Skip to content

Commit

Permalink
go back to the github action
Browse files Browse the repository at this point in the history
this supports more use cases
  • Loading branch information
djeebus committed Feb 22, 2024
1 parent e9b2e20 commit 6f1ed77
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/on_pull_request_go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: jdx/mise-action@v2
- uses: djeebus/parse-tool-versions@v2.1

- uses: earthly/actions-setup@v1
with: { version: "v${{ env.EARTHLY }}" }

- run: |
earthly \
+ci-golang \
--GOLANG_VERSION=$( mise current golang ) \
--GOLANGCI_LINT_VERSION=$( mise current golangci-lint )
- run: >-
earthly
+ci-golang
--GOLANG_VERSION=${{ env.GOLANG }}
--GOLANGCI_LINT_VERSION=${{ env.GOLANGCI_LINT }}

0 comments on commit 6f1ed77

Please sign in to comment.