Skip to content

Update dependency go to v1.22.4 #118

Update dependency go to v1.22.4

Update dependency go to v1.22.4 #118

Workflow file for this run

name: Build
on:
pull_request:
paths-ignore:
- charts/**
- docs/**
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run build
run: make build-docker