Skip to content

Commit

Permalink
upgrade Go to 1.18 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-ruth authored Mar 31, 2022
1 parent 09b290d commit b6b83db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.18

- name: Run Golang CI Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.33
version: latest

- name: Build
run: CGO_ENABLED=0 go build -ldflags="-extldflags '-static' -w -s" -o k8s-vault-webhook
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.18

- name: Run Golang CI Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.33
version: latest

- name: Build
run: CGO_ENABLED=0 go build -ldflags="-extldflags '-static' -w -s -X github.com/Ouest-France/k8s-vault-webhook/cmd.version=${{ steps.get_version.outputs.VERSION }}" -o k8s-vault-webhook
Expand Down

0 comments on commit b6b83db

Please sign in to comment.