Skip to content

Commit

Permalink
bump the go version
Browse files Browse the repository at this point in the history
  • Loading branch information
ftl committed May 30, 2024
1 parent 6a7f416 commit 6b0c0d8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
with:
fetch-depth: 0

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

- name: Get Gtk version and the environment
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
with:
fetch-depth: 0

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

- name: Get Gtk version and the environment
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ require (
github.com/ftl/clusterix v0.1.0
github.com/ftl/conval v0.7.3
github.com/ftl/gmtry v0.0.0-20201120192810-fa4a1b99fc04
github.com/ftl/godxmap v1.0.0
github.com/ftl/hamradio v0.2.10
github.com/ftl/rigproxy v0.2.6
github.com/ftl/tci v0.3.2
Expand All @@ -37,7 +38,6 @@ require (

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ftl/godxmap v1.0.0 // indirect
github.com/ftl/localcopy v0.0.0-20190616142648-8915fb81f0d9 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMyw
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg=
github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/gotk3/gotk3 v0.6.3 h1:+Ke4WkM1TQUNOlM2TZH6szqknqo+zNbX3BZWVXjSHYw=
Expand Down

0 comments on commit 6b0c0d8

Please sign in to comment.