Skip to content

Commit

Permalink
adjust go version
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerConlee committed Aug 21, 2024
1 parent de2e3c7 commit 5c598b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22' # Specify your Go version
go-version: '1.23' # Specify your Go version

- name: Cache Go modules
uses: actions/cache@v3
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/TylerConlee/TicketPulse

go 1.22
go 1.23

require (
github.com/jmoiron/sqlx v1.4.0
Expand Down

0 comments on commit 5c598b7

Please sign in to comment.