Skip to content

fix: non-constant format string in call to fmt.Fprintf #55

fix: non-constant format string in call to fmt.Fprintf

fix: non-constant format string in call to fmt.Fprintf #55

Workflow file for this run

name: Go Check
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Setup Go environment
uses: actions/setup-go@v6
with:
go-version: 1.25.x
stable: true
- name: Check out code into the Go module directory
uses: actions/checkout@v5
- name: Get dependencies
run: go get -v -t -d ./...
- name: Test
run: go test ./...
image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: docker/setup-buildx-action@v3
- run: |
make PLATFORM=linux/amd64 build-docker-multiarch