Skip to content

Commit

Permalink
bump go 1.18 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
wasaga authored May 17, 2022
1 parent e5a3085 commit b827f03
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 528 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17.x
go-version: 1.18.x

- name: Set up Docker
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.17.x]
go-version: [1.18.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.17.x]
go-version: [1.18.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build the manager binary

FROM golang:1.17 as builder
FROM golang:1.18 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pomerium/ingress-controller

go 1.17
go 1.18

require (
github.com/client9/misspell v0.3.4
Expand Down
Loading

0 comments on commit b827f03

Please sign in to comment.