Skip to content

Commit

Permalink
ci: set explicit go version in workflow (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
tech-guru42 committed Mar 12, 2024
1 parent 419dfe0 commit 250af28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: "1.21"
go-version: "1.21.8"
cache-dependency-path: |
./go.sum
examples/go.sum
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: "1.21"
go-version: "1.21.8"
cache-dependency-path: |
./go.sum
examples/go.sum
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
against: "https://github.com/opentdf/platform.git#branch=main,subdir=services"
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: "1.21"
go-version: "1.21.8"
cache-dependency-path: |
./go.sum
protocol/go/go.sum
Expand Down

0 comments on commit 250af28

Please sign in to comment.