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

chore(deps): update golang docker tag #607

chore(deps): update golang docker tag

chore(deps): update golang docker tag #607

Workflow file for this run

name: go-build
on:
workflow_dispatch:
pull_request:
paths:
- "src/**"
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.21"
- name: Build
run: |
cd ./src
go build -v ./cmd/main.go