Skip to content

Update docker.io/library/golang Docker tag to v1.23.4 #206

Update docker.io/library/golang Docker tag to v1.23.4

Update docker.io/library/golang Docker tag to v1.23.4 #206

Workflow file for this run

name: Dockerfile lint
on:
push:
branches: main
pull_request:
branches: main
paths:
- 'Dockerfile'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Docker lint
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
failure-threshold: warning