Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Bump golang.org/x/net from 0.0.0-20210226172049-e18ecbb05110 to 0.17.0 in /go #22

Bump golang.org/x/net from 0.0.0-20210226172049-e18ecbb05110 to 0.17.0 in /go

Bump golang.org/x/net from 0.0.0-20210226172049-e18ecbb05110 to 0.17.0 in /go #22

Workflow file for this run

name: go-presubmit
on:
pull_request:
branches:
- main
paths:
- .github/actions/presubmit-variant/action.yml
- .github/workflows/go-presubmit.yml
- go/**
jobs:
build:
name: Verify Go variant image (single arch)
runs-on: ubuntu-latest
permissions:
id-token: write
packages: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/presubmit-variant
with:
variant: go
archs: amd64