Skip to content

Bump golang.org/x/net from 0.20.0 to 0.21.0 (#70) #151

Bump golang.org/x/net from 0.20.0 to 0.21.0 (#70)

Bump golang.org/x/net from 0.20.0 to 0.21.0 (#70) #151

Workflow file for this run

name: "Test"
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
test:
name: "Test"
timeout-minutes: 15
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.18", "1.19", "1.20", "1.21"]
steps:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v3
- run: make test