Skip to content

Commit

Permalink
chore: deps(github-action): Bump Golang version to 1.23.1
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
updatecli committed Sep 5, 2024
1 parent 8c03f0c commit 92c29bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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.23.0
go-version: 1.23.1
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-go@v5
with:
cache: false
go-version: 1.23.0
go-version: 1.23.1
id: go
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit 92c29bd

Please sign in to comment.