Skip to content

Bump golang.org/x/net from 0.17.0 to 0.23.0 in the go_modules group across 1 directory #13

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

Bump golang.org/x/net from 0.17.0 to 0.23.0 in the go_modules group across 1 directory #13

Workflow file for this run

name: Go-static-analysis
on: [push, pull_request]
jobs:
golangci:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
- uses: actions/checkout@v3
- name: run make lint
run: make lint
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
hadolint:
runs-on: ubuntu-latest
name: Hadolint
steps:
- uses: actions/checkout@v3
- uses: hadolint/[email protected]
name: Run Hadolint
with:
dockerfile: Dockerfile