Skip to content

Commit

Permalink
Setup go version based on go.mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickpichler committed Oct 22, 2024
1 parent 1b3db2b commit 0ef2c7b
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 0ef2c7b

Please sign in to comment.