Skip to content

Bump golang from 1.22.5 to 1.23.0 in the docker-dependencies group #353

Bump golang from 1.22.5 to 1.23.0 in the docker-dependencies group

Bump golang from 1.22.5 to 1.23.0 in the docker-dependencies group #353

Workflow file for this run

name: lint & build
on: push
jobs:
lint-build:
name: lint & build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Golang
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: run make lint
run: make lint
- name: run make build-linux
run: make build-linux