Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: Bump Golang version to 1.23.3 #26

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
3 changes: 2 additions & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Go
on:
workflow_dispatch: null
Expand All @@ -23,7 +24,7 @@ jobs:
uses: actions/setup-go@v5
with:
cache: false
go-version: 1.22.1
go-version: 1.23.3
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Publish Release Assets
on:
workflow_dispatch: null
Expand Down Expand Up @@ -27,7 +28,7 @@ jobs:
uses: actions/setup-go@v5
with:
cache: false
go-version: 1.22.1
go-version: 1.23.3
id: go
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v5
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/updatecli/releasepost

go 1.22.2
go 1.23

require (
github.com/Masterminds/semver/v3 v3.2.1
Expand Down
Loading