Skip to content

update go from 1.17.13 to 1.18.10 as a x/net dependency #846

update go from 1.17.13 to 1.18.10 as a x/net dependency

update go from 1.17.13 to 1.18.10 as a x/net dependency #846

Workflow file for this run

name: build
on:
push:
branches:
- master
- 'release-*'
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18.10
- uses: actions/checkout@v3
- name: Run build
run: go build -o haproxy-ingress pkg/main.go
- name: Run tests
run: go test ./...