Skip to content

chore(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 (#251) #25

chore(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 (#251)

chore(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 (#251) #25

Workflow file for this run

name: Go
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Lint
uses: golangci/[email protected]
with:
version: v1.54
args : --verbose
- name: Test
run: |
make test