Skip to content

Commit

Permalink
update go from 1.17.13 to 1.18.10 as a x/net dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmoraisjr committed Jun 14, 2024
1 parent 710b0e7 commit 07ce388
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.17.13
go-version: 1.18.10
- uses: actions/checkout@v3
- name: Run build
run: go build -o haproxy-ingress pkg/main.go
Expand Down
2 changes: 1 addition & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.17.13-alpine AS builder
FROM golang:1.18.10-alpine AS builder

ARG GIT_TAG

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/jcmoraisjr/haproxy-ingress

go 1.17
go 1.18

require (
github.com/Masterminds/sprig v2.22.0+incompatible
Expand Down

0 comments on commit 07ce388

Please sign in to comment.