Skip to content

Update workflows for latest Go and Ubuntu #18

Update workflows for latest Go and Ubuntu

Update workflows for latest Go and Ubuntu #18

Workflow file for this run

name: Lint
on:
push:
branches:
- "**"
tags-ignore:
- "**"
pull_request:
branches:
- main
permissions:
contents: read
jobs:
golangci:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.23"
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest