Skip to content

chore(deps): bump github.com/sentinel-official/sentinelhub/v12 from 12.0.0 to 12.0.1 #593

chore(deps): bump github.com/sentinel-official/sentinelhub/v12 from 12.0.0 to 12.0.1

chore(deps): bump github.com/sentinel-official/sentinelhub/v12 from 12.0.0 to 12.0.1 #593

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- development
- master
jobs:
go:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.25'
- name: Go Build
run: go build ./...