Skip to content

chore(deps): update gomod #18

chore(deps): update gomod

chore(deps): update gomod #18

Workflow file for this run

name: Build and test code
on:
pull_request:
jobs:
run-tests:
runs-on: zon-ubuntu-general-dind
env:
GO_VERSION: "1.25"
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Setup golang
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
with:
go-version: "^${{ env.GO_VERSION }}"
cache: true
cache-dependency-path: go.sum
- run: go run . > /dev/null