Skip to content

build(deps): bump actions/setup-go from 5 to 6 #13

build(deps): bump actions/setup-go from 5 to 6

build(deps): bump actions/setup-go from 5 to 6 #13

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
jobs:
golang:
name: Golang
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: '1.24.1'
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.2.1
container:
name: Containerfile
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Containerfile