Skip to content

build(deps): bump golang.org/x/net from 0.50.0 to 0.52.0 #1047

build(deps): bump golang.org/x/net from 0.50.0 to 0.52.0

build(deps): bump golang.org/x/net from 0.50.0 to 0.52.0 #1047

Workflow file for this run

name: go-test
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
go-test:
name: go-test
strategy:
matrix:
go-version: [1.24.x, 1.25.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 https://github.com/actions/checkout/releases/tag/v6.0.2
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 https://github.com/actions/setup-go/releases/tag/v6.3.0
with:
go-version: ${{ matrix.go-version }}
- name: go-test
run: go test ./...