Skip to content

Commit

Permalink
github workflow - use go.mod for go version
Browse files Browse the repository at this point in the history
  • Loading branch information
pwilczynskiclearcode committed Nov 29, 2024
1 parent de9b447 commit 1806342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
id: go
uses: actions/setup-go@v5
with:
go-version: 1.23.2
go-version-file: './go.mod'
cache: true
cache-dependency-path: go.sum

Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
id: go
uses: actions/setup-go@v5
with:
go-version: 1.23.2
go-version-file: './go.mod'
cache: true
cache-dependency-path: go.sum

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: go
uses: actions/setup-go@v5
with:
go-version: 1.23.2
go-version-file: './go.mod'
cache: true
cache-dependency-path: go.sum

Expand Down

0 comments on commit 1806342

Please sign in to comment.