Skip to content

Update golangci/golangci-lint-action action to v6 #46

Update golangci/golangci-lint-action action to v6

Update golangci/golangci-lint-action action to v6 #46

Workflow file for this run

name: Go format
on: [push]
jobs:
gofmt:
name: format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: false
- name: gofmt
run: |
gofmt -s -w ./