Skip to content

build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 #27

build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0

build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 #27

Workflow file for this run

name: check
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v4
-
uses: kevincobain2000/action-gobrew@v2
with:
version: latest
-
uses: golangci/golangci-lint-action@v4
with:
version: latest
-
run: go test ./...
shell: bash
-
run: go build .
shell: bash