mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-04 04:27:36 +03:00
new: CI bump up to use Go 1.21.0 stable release
This commit is contained in:
parent
34188c8042
commit
d0cb023440
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go_1_21.yml
vendored
2
.github/workflows/go_1_21.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.21.0-rc.4'
|
||||
go-version: '1.21.0'
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue