Skip to content

chore(deps): bump golang from 1.24.1 to 1.24.2 #434

chore(deps): bump golang from 1.24.1 to 1.24.2

chore(deps): bump golang from 1.24.1 to 1.24.2 #434

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
branches: ["main"]
pull_request:
branches: ["main"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Run build
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./src
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.24.2"
- name: Build
run: go build .