Skip to content

Bump golang.org/x/sync from 0.8.0 to 0.10.0 #77

Bump golang.org/x/sync from 0.8.0 to 0.10.0

Bump golang.org/x/sync from 0.8.0 to 0.10.0 #77

Workflow file for this run

name: Lint
on:
push:
branches-ignore:
- release
jobs:
lint:
strategy:
matrix:
go-version: [1.21.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: lint
uses: golangci/golangci-lint-action@v6
with:
version: latest