Skip to content

ci: Optimize GitHub actions and update Go versions. #109

ci: Optimize GitHub actions and update Go versions.

ci: Optimize GitHub actions and update Go versions. #109

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Set Golang
uses: actions/[email protected]
with:
go-version: "1.21.x"
- name: Checkout code
uses: actions/checkout@v3
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: latest