Skip to content

Bump Go from 1.21 to 1.23 #113

Bump Go from 1.21 to 1.23

Bump Go from 1.21 to 1.23 #113

Workflow file for this run

name: Static Analysis
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: Golang
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --config .github/golangci.yml