Skip to content

Commit

Permalink
Merge branch 'main' into h2-protocol-support
Browse files Browse the repository at this point in the history
  • Loading branch information
worldtiki authored Dec 18, 2023
2 parents da3a5d2 + e15fabc commit ceed052
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.21
- name: Check out code
uses: actions/checkout@v3
- name: Build
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ready
debug
mittens
vendor
oryxBuildBinary

website/translated_docs
website/build/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ We provide a [Makefile](Makefile) which can be used to generate an executable bi

### Binary

To build the binary make sure you've installed [Go 1.19](https://golang.org/dl/).
To build the binary make sure you've installed [Go 1.21](https://golang.org/dl/).

#### Build binary executable & run tests

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We provide a [Makefile](https://github.com/ExpediaGroup/mittens/blob/main/Makefi

### Binary

To build the binary make sure you've installed [Go 1.19](https://golang.org/dl/).
To build the binary make sure you've installed [Go 1.21](https://golang.org/dl/).

#### Build binary executable & run unit tests

Expand Down

0 comments on commit ceed052

Please sign in to comment.