Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

chore: bump go.mod to Go 1.20 and run go fix #237

chore: bump go.mod to Go 1.20 and run go fix

chore: bump go.mod to Go 1.20 and run go fix #237

Workflow file for this run

name: Build
on: [ push, pull_request ]
jobs:
build:
name: Container
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build Container image
uses: docker/build-push-action@v3
with:
context: .
push: false
platforms: linux/amd64