Skip to content

go.mod - updated go version from 1.20 to 1.21 #24

go.mod - updated go version from 1.20 to 1.21

go.mod - updated go version from 1.20 to 1.21 #24

Workflow file for this run

name: Linter
on:
push:
branches-ignore:
- main
jobs:
golangci:
name: Linting Go code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest