Skip to content

Commit

Permalink
Go 1.17.8 (fleetdm#4560)
Browse files Browse the repository at this point in the history
* Go 1.17.8

* Enforcing go minimum 1.17.8

Bumping minimum version in a few more files
  • Loading branch information
Guillaume Ross authored and martavis committed Mar 27, 2022
1 parent 5de7260 commit 4925ab1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fleet-and-orbit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
matrix:
# TODO(lucas): Add edge channel for osqueryd.
osqueryd-channel: ['stable']
go-version: ['^1.17.0']
go-version: ['^1.17.8']
needs: [gen, get-enroll-secret]
runs-on: windows-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser-fleet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.7
go-version: 1.17.8

- name: Install JS Dependencies
run: make deps-js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser-orbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.17.8

- name: Run GoReleaser
run: go run github.com/goreleaser/goreleaser release --rm-dist -f orbit/.goreleaser.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser-snapshot-fleet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.2
go-version: 1.17.8

- name: Install Dependencies
run: make deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go-version: ['^1.17.0']
go-version: ['^1.17.8']
mysql: ["mysql:5.7", "mysql:8"]
runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
go-version: ['^1.17.0']
go-version: ['^1.17.8']
runs-on: ${{ matrix.os }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
go-version: ['^1.17.0']
go-version: ['^1.17.8']
fleet-tier: [free, premium]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 4925ab1

Please sign in to comment.