Skip to content

Commit

Permalink
📝 Update docs and build
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny-Dasilva committed Feb 17, 2024
1 parent a97684b commit 99cfa33
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'

- name: Build
working-directory: ./cycletls
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
go-version: ['1.20']
go-version: ['1.21']
steps:
- uses: actions/checkout@v2
- name: 🟢 Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
go-version: ['1.20']
go-version: ['1.21']
steps:
- uses: actions/checkout@v4
- name: 🟢 Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
go-version: ['1.20']
go-version: ['1.21']
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
go-version: ['1.20']
go-version: ['1.21']
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
go-version: ['1.20']
go-version: ['1.21']
steps:
- uses: actions/checkout@v4
- name: 🟢 Use Node.js ${{ matrix.node-version }}
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Table of contents

```
node ^v16.0
golang ^v1.20x
golang ^v1.21x
```

## Installation
Expand Down Expand Up @@ -1048,10 +1048,11 @@ Additional file type support is planned.
Feel free to open an [Issue](https://github.com/Danny-Dasilva/CycleTLS/issues/new/choose) with a feature request for specific file type support.
</details>
<details>
### How do I set/force HTTP1
<details>
In golang set `ForceHTTP1` in Options
```go
Expand Down
4 changes: 3 additions & 1 deletion cycletls/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/Danny-Dasilva/CycleTLS/cycletls

go 1.20
go 1.21

toolchain go1.21.3

require (
github.com/Danny-Dasilva/fhttp v0.0.0-20240217042913-eeeb0b347ce1
Expand Down

0 comments on commit 99cfa33

Please sign in to comment.