Skip to content

Commit

Permalink
Merge pull request #106 from michael-valdron/fix/workflow-gomod
Browse files Browse the repository at this point in the history
Fix setting up Go environment in workflow
  • Loading branch information
johnmcollier authored Jun 14, 2024
2 parents eb34059 + a8b21a2 commit bfc2604
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gotest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
timeout-minutes: 20

steps:
- name: Check out code into the Go module directory
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

- name: Setup Go environment
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version-file: 'go.mod'
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

- name: Check go mod status
run: |
make gomod_tidy
Expand Down

0 comments on commit bfc2604

Please sign in to comment.