Skip to content

Commit

Permalink
ci: update Golang to 1.18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Apr 6, 2023
1 parent 96d71dc commit c3df692
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yaml
Expand Up @@ -23,7 +23,7 @@ jobs:
file: Dockerfile.controller
push: true
build-args: |
GO_BUILDER_IMG=golang:1.17
GO_BUILDER_IMG=golang:1.18
tags: |
ghcr.io/grafana/operator:${{ github.sha }}
kind:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Expand Up @@ -45,7 +45,7 @@ jobs:
push: true
file: Dockerfile.controller
build-args: |
GO_BUILDER_IMG=golang:1.17
GO_BUILDER_IMG=golang:1.18
tags: ghcr.io/grafana/operator:latest,ghcr.io/grafana/operator:controller-${{env.IMAGETAG}}
- name: "Build:dockerimage"
uses: docker/build-push-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yaml
Expand Up @@ -7,7 +7,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.16.x]
go-version: [1.18.x]
k8s_version: [1.19.2]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit c3df692

Please sign in to comment.