Skip to content

Commit

Permalink
feat: added go.mod version inferrence in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
demeyerthom committed Aug 23, 2024
1 parent 6f8f1ed commit 7b7a30d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Go 1.20
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version-file: go.mod

- name: golangci-lint
continue-on-error: true
Expand Down

0 comments on commit 7b7a30d

Please sign in to comment.