Skip to content

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

chore(deps): bump golang.org/x/net from 0.7.0 to 0.17.0

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

Workflow file for this run

name: test-and-build
on:
push:
branches:
- 'main'
pull_request:
jobs:
test-and-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
- name: go test
run: |
go test -v ./...
- name: go build
run: |
go build .