Skip to content

Commit

Permalink
Merge pull request #226 from OpsLevel/db/update-go-version-in-test-wo…
Browse files Browse the repository at this point in the history
…rkflow

use go version in go.mod in test workflow
  • Loading branch information
davidbloss authored Dec 22, 2023
2 parents dbb930b + 5711dba commit b4707d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version-file: src/go.mod
- name: Install Task
uses: arduino/setup-task@v1
with:
Expand Down

0 comments on commit b4707d2

Please sign in to comment.