Skip to content

⬆️ go: Bump golang.org/x/net from 0.17.0 to 0.23.0 in the go_modules group #201

⬆️ go: Bump golang.org/x/net from 0.17.0 to 0.23.0 in the go_modules group

⬆️ go: Bump golang.org/x/net from 0.17.0 to 0.23.0 in the go_modules group #201

Workflow file for this run

name: build
on:
push:
branches:
- main
paths-ignore:
- '*.md'
pull_request:
branches:
- main
paths-ignore:
- '*.md'
jobs:
build:
runs-on: ubuntu-latest
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
permissions: read-all
env:
CI: true
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version-file: 'go.mod'
cache: true
- run: go get -v -t -d ./...
- run: go test -v ./...
- run: go build -v .