Skip to content

Commit

Permalink
feat: Bump pipelines to use go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
mbevc1 committed Nov 28, 2023
1 parent a927c16 commit 85d46b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: 'stable'
#go-version: 'stable'
go-version-file: 'go.mod'
check-latest: true
id: go

Expand Down Expand Up @@ -68,7 +69,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: 'stable'
go-version-file: 'go.mod'
check-latest: true
id: go

Expand Down

0 comments on commit 85d46b7

Please sign in to comment.