Skip to content

Bump github.com/refraction-networking/utls from 1.6.7 to 1.7.0 #1807

Bump github.com/refraction-networking/utls from 1.6.7 to 1.7.0

Bump github.com/refraction-networking/utls from 1.6.7 to 1.7.0 #1807

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- master
jobs:
build:
name: Test Solution Cases
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '^1.24.0'
id: go
- name: Get dependencies
run: go mod download
- name: Test Solutions
run: make test