Skip to content

Commit

Permalink
chore: update go version to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Cian911 committed Aug 18, 2024
1 parent 1025a3c commit ba80ebe
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Go Setup
uses: actions/setup-go@v2
with:
go-version: 1.22
go-version: 1.23
- name: Run Release
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup
uses: actions/setup-go@v2
with:
go-version: '~1.22'
go-version: '~1.23'
- name: Install Dependencies
run: |
go install github.com/rakyll/gotest@latest
Expand Down
20 changes: 5 additions & 15 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- go mod download
Expand Down Expand Up @@ -42,12 +43,6 @@ dockers:
archives:
-
id: switchboard
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down Expand Up @@ -78,11 +73,6 @@ changelog:
order: 999
nfpms:
-
replacements:
amd64: 64-bit
386: 32-bit
darwin: macOS
linux: linux
vendor: Cian911
formats:
- deb
Expand All @@ -91,16 +81,16 @@ nfpms:
brews:
-
goarm: 6
tap:
repository:
owner: Cian911
name: homebrew-switchboard
folder: Formula
directory: Formula
commit_author:
name: Cian911
email: [email protected]
homepage: https://github.com/Cian911/switchboard
homepage: "https://github.com/Cian911/switchboard"
description: |
TBD
Automated file organisation and routing for all your machines.
artifactories:
- name: swb
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cian911/switchboard

go 1.22
go 1.23

require (
github.com/fsnotify/fsnotify v1.7.0
Expand Down Expand Up @@ -29,4 +29,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/fsnotify/fsnotify v1.7.0 => github.com/cian911/fsnotify v1.7.4
replace github.com/fsnotify/fsnotify v1.7.0 => github.com/cian911/fsnotify v1.7.5
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/cian911/fsnotify v1.7.4 h1:O8KJ8orrsUpTRhtR9EHZi8jzbziX3c6wesa3C6WjRUk=
github.com/cian911/fsnotify v1.7.4/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
github.com/cian911/fsnotify v1.7.5 h1:yjZhpM5Q9nAVt5wz+pYfPuVW+QbQytYkmUIbIPucDRE=
github.com/cian911/fsnotify v1.7.5/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit ba80ebe

Please sign in to comment.