Skip to content

chore: update github action versions in publish.yml #5

chore: update github action versions in publish.yml

chore: update github action versions in publish.yml #5

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22.5'
- name: lint
uses: golangci/golangci-lint-action@v6
with:
version: 'v1.59.1'
args: "--timeout=3m"
- name: test
run: make test-skip