Skip to content

Bump golang.org/x/sys from 0.25.0 to 0.26.0 #1029

Bump golang.org/x/sys from 0.25.0 to 0.26.0

Bump golang.org/x/sys from 0.25.0 to 0.26.0 #1029

Workflow file for this run

name: hadolint
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
- "develop"
jobs:
hadolint:
name: dockerfile-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint dockerfile
uses: brpaz/hadolint-action@master
with:
dockerfile: "Dockerfile"