Skip to content

Commit

Permalink
golang 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoronin authored Aug 18, 2024
1 parent ac193f0 commit a29bfa4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.23
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down
1 change: 0 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ before:
builds:
- env:
- CGO_ENABLED=0
- GOEXPERIMENT=rangefunc
goos:
- linux
- darwin
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ivoronin/clibana

go 1.22.4
go 1.23

require (
github.com/alexflint/go-arg v1.5.1
Expand Down

0 comments on commit a29bfa4

Please sign in to comment.