Skip to content

Commit

Permalink
Merge pull request #4 from tlanfer/update-go-version
Browse files Browse the repository at this point in the history
Update companion to use the latest Go version
  • Loading branch information
tlanfer authored Dec 17, 2024
2 parents 21a9e19 + 76221ec commit 2cf3673
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.22.x
go-version: 1.23.x

- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
prerelease: true
title: "Development Build"
files: |
companion.exe
companion.exe
4 changes: 2 additions & 2 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.22.x
go-version: 1.23.x

- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
companion.exe
companion.exe
2 changes: 1 addition & 1 deletion companion/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module companion

go 1.22
go 1.23

require (
github.com/ambelovsky/gosf-socketio v0.0.0-20201109193639-add9d32f8b19
Expand Down

0 comments on commit 2cf3673

Please sign in to comment.