Skip to content

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

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

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

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.25.x, 1.26.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@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 https://github.com/actions/setup-go/releases/tag/v6.4.0
with:
go-version: ${{ matrix.go-version }}
- name: go-test
run: go test ./...