diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5078a3d..d0edbbc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.22.1' + go-version: '1.23' cache-dependency-path: "**/go.sum" - name: Setup @@ -50,7 +50,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.22.1' + go-version: '1.23' cache-dependency-path: "**\\go.sum" - name: Check & Build diff --git a/README.md b/README.md index 7a6ebc1..3e2c760 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Part of [Project Nebula](https://about.utdnebula.com) ### Prerequisites -- Golang 1.18.4 (or higher) +- Golang 1.23 (or higher) ### Development diff --git a/api/go.mod b/api/go.mod index 8251750..cd6bf81 100644 --- a/api/go.mod +++ b/api/go.mod @@ -1,6 +1,6 @@ module github.com/UTDNebula/nebula-api/api -go 1.22.1 +go 1.23 require ( github.com/gin-gonic/gin v1.10.0