Skip to content

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

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

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

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@f111f3307d8850f501ac008e886eec1fd1932a34
- name: Build app
run: go build main.go