Skip to content

chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 in the all group #84

chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 in the all group

chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 in the all group #84

Workflow file for this run

name: build
on:
push:
branches: ['main']
pull_request:
branches: ['main']
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Install Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
- name: Build app
run: go build main.go