mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-04 12:37:35 +03:00
Update and rename go_1_21_rc3.yml to go_1_21.yml
This commit is contained in:
parent
86e9b69fdd
commit
6cce812eb5
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# This workflow will build a golang project
|
||||
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
|
||||
|
||||
name: Go
|
||||
name: "Go 1.21"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -10,8 +10,7 @@ on:
|
|||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
|
||||
go_1_21rc3:
|
||||
go_build_test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -19,7 +18,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.21.0-rc.3'
|
||||
go-version: '1.21.0-rc.4'
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./...
|
Loading…
Add table
Add a link
Reference in a new issue