Skip to content

feat: upgrade go to 1.23 (#22) #39

feat: upgrade go to 1.23 (#22)

feat: upgrade go to 1.23 (#22) #39

Workflow file for this run

name: 📋 Lint
on:
push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Git clone the repository
uses: actions/checkout@v3
- name: 📦 Install Go
uses: actions/setup-go@v3
with:
go-version: '1.23.1'
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=5m