Skip to content

Update golang Docker tag to v1.23.1 #4204

Update golang Docker tag to v1.23.1

Update golang Docker tag to v1.23.1 #4204

Workflow file for this run

name: Go Lint
on:
- push
jobs:
go-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.5
- run: ./dev/go-lint.sh