Skip to content

Bump golang.org/x/net from 0.29.0 to 0.33.0 in the go_modules group across 1 directory #135

Bump golang.org/x/net from 0.29.0 to 0.33.0 in the go_modules group across 1 directory

Bump golang.org/x/net from 0.29.0 to 0.33.0 in the go_modules group across 1 directory #135

Workflow file for this run

---
name: golangci-lint
on:
push:
tags-ignore:
- '**'
branches:
- main
pull_request:
branches:
- main
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: stable
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
only-new-issues: true