Skip to content

CI: update to Go 1.23 #230

CI: update to Go 1.23

CI: update to Go 1.23 #230

Workflow file for this run

on:
push:
branches: [ main ]
pull_request:
branches: [ '**' ]
name: Staticcheck
jobs:
build:
strategy:
matrix:
go-version: [ 1.23.x ]
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: staticcheck.io
uses: dominikh/[email protected]
with:
version: "2024.1.1"
install-go: false
cache-key: ${{ matrix.go-version }}