Skip to content

Commit

Permalink
Update goversion to 1.19.3
Browse files Browse the repository at this point in the history
Same version that we had in the circle configuration, after rebased this
branch from master
  • Loading branch information
rnaveiras committed Jun 12, 2023
1 parent 422fb40 commit f8e4cf1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v3.1.0
- uses: actions/setup-go@v3
with:
go-version: 1.17.3
go-version: 1.19.3
- uses: actions/setup-node@v3
with:
node-version: 10
Expand All @@ -25,10 +25,10 @@ jobs:
- uses: actions/checkout@v3.1.0
- uses: actions/setup-go@v3
with:
go-version: 1.17.3
go-version: 1.19.3
- name: Ensure no go vet errors
run: |
go vet ./cmd/rbac-manager/...
go vet ./cmd/rbac-manager/...
go vet ./cmd/theatre-consoles/...
go vet ./cmd/theatre-secrets/...
go vet ./cmd/vault-manager/...
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3.1.0
- uses: actions/setup-go@v3
with:
go-version: 1.17.3
go-version: 1.19.3
- name: Install ginkgo test runner
run: go install github.com/onsi/ginkgo/ginkgo@v1.16.5
- name: Install Kubebuilder test helpers
Expand All @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v3.1.0
- uses: actions/setup-go@v3
with:
go-version: 1.17.3
go-version: 1.19.3
- name: Build test binaries
run: make bin/acceptance.linux_amd64
- name: Install tooling
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- uses: actions/checkout@v3.1.0
- uses: actions/setup-go@v3
with:
go-version: 1.17.3
go-version: 1.19.3
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
Expand Down

0 comments on commit f8e4cf1

Please sign in to comment.