Skip to content

Commit

Permalink
rebase from refraction-networking
Browse files Browse the repository at this point in the history
  • Loading branch information
Noooste committed Sep 27, 2023
1 parent 0af13d8 commit 5fcf49a
Show file tree
Hide file tree
Showing 178 changed files with 16,388 additions and 12,240 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/go_1_19.yml → .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -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"

on:
push:
Expand All @@ -10,19 +10,20 @@ on:
branches: [ "master" ]

jobs:

go_1_19:
runs-on: ubuntu-latest
build:
strategy:
fail-fast: false
matrix:
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
go: [ "1.20.x", "1.21.0" ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
- uses: actions/setup-go@v4
with:
go-version: '1.19'

go-version: ${{ matrix.go }}
- run: go version
- name: Build
run: go build -v ./...

- name: Test
run: go test -v ./...
run: go test -v ./...
28 changes: 0 additions & 28 deletions .github/workflows/go_1_20.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/go_1_21_rc3.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .gitignore

This file was deleted.

8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/utls.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5fcf49a

Please sign in to comment.