Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ejordan376 committed Sep 28, 2024
2 parents 11eca4b + ce1b492 commit 76768cd
Show file tree
Hide file tree
Showing 187 changed files with 6,709 additions and 4,718 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.20.x
go-version: 1.22.x

- name: Check out code
uses: actions/checkout@v2
Expand All @@ -26,7 +26,7 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: Cheesy Arena ${{ github.ref }}
body: This is a release of Cheesy Arena for the 2023 FRC game, CHARGED UP. Download the version for your
body: This is a release of Cheesy Arena for the 2024 FRC game, CRESCENDO. Download the version for your
operating system below. Supported operating systems are Linux, macOS (x64 and M1), and Windows.
draft: false
prerelease: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.20.x
go-version: 1.22.x
- name: Check out code
uses: actions/checkout@v2
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ On recent versions of macOS, you may be prevented from running an app from an un

**From source**

1. Download [Go](https://golang.org/dl/) (version 1.20 or later recommended)
1. Download [Go](https://golang.org/dl/) (version 1.22 or later required)
1. Clone this GitHub repository to a location of your choice
1. Navigate to the repository's directory in the terminal
1. Compile the code with `go build`
Expand Down
Loading

0 comments on commit 76768cd

Please sign in to comment.