Skip to content

chore: bump golang.org/x/net from 0.46.0 to 0.47.0 #442

chore: bump golang.org/x/net from 0.46.0 to 0.47.0

chore: bump golang.org/x/net from 0.46.0 to 0.47.0 #442

Workflow file for this run

name: go-static-analysis
on: [push, pull_request]
jobs:
golangci:
name: Lint
runs-on: ubuntu-24.04
steps:
- name: set up Go
uses: actions/setup-go@v6
with:
go-version: 1.24.x
- name: checkout PR
uses: actions/checkout@v5
- name: run make lint
run: make lint
hadolint:
runs-on: ubuntu-24.04
steps:
- name: set up Go
uses: actions/setup-go@v6
with:
go-version: 1.24.x
- name: checkout PR
uses: actions/checkout@v5
- name: run make hadolint
run: make hadolint