Skip to content

Commit

Permalink
chore: bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyjoygh committed Nov 26, 2024
1 parent 767e58e commit 3088c8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.23
check-latest: true
cache: true
- name: Run GoReleaser
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/usememos/memogram

go 1.22.2
toolchain go1.22.9
go 1.23

require (
github.com/caarlos0/env v3.5.0+incompatible
Expand Down

0 comments on commit 3088c8d

Please sign in to comment.