Skip to content

Commit

Permalink
Merge pull request #28 from castai/setup-go-version-based-on-gomod
Browse files Browse the repository at this point in the history
Setup go version based on go.mod file
  • Loading branch information
patrickpichler authored Oct 22, 2024
2 parents 1b3db2b + 0ef2c7b commit 181677f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
with:
go-version: '1.21.4'
go-version-file: "go.mod"
- name: Test
run: go test ./...

0 comments on commit 181677f

Please sign in to comment.