diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be109c5..eeb304d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/go.mod b/go.mod index 90fd361..0871c09 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/TylerConlee/TicketPulse -go 1.22 +go 1.23 require ( github.com/jmoiron/sqlx v1.4.0