Skip to content

Commit

Permalink
fixup! add subsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
deansheather committed Aug 9, 2023
1 parent c2ef101 commit aa6072a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/enterprise-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: "~1.20"
go-version: "^1.20.7"

- name: Build binaries
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/enterprise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "~1.20"
go-version: "^1.20.7"

- name: Echo Go Cache Paths
id: go-cache-paths
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: "~1.20"
go-version: "^1.20.7"

- name: Run make fmt/go
run: make fmt/go
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: "~1.20"
go-version: "^1.20.7"

- name: Install golangci-lint
run: |
Expand Down

0 comments on commit aa6072a

Please sign in to comment.