Skip to content

Commit

Permalink
Bump develop to Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jpahm committed Oct 18, 2024
1 parent e6c5a6c commit e39c697
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e39c697

Please sign in to comment.