Skip to content

Bump golang.org/x/net from 0.8.0 to 0.17.0 #110

Bump golang.org/x/net from 0.8.0 to 0.17.0

Bump golang.org/x/net from 0.8.0 to 0.17.0 #110

Workflow file for this run

name: main
on:
pull_request:
push:
branches:
- 'main'
jobs:
build:
name: Build image
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.20'
- run: make setup
- run: make check-generate
- run: make lint
- run: make test
- run: make docker-build