chore(deps): go 1.24

This commit is contained in:
Trong Huu Nguyen
2025-02-26 08:30:21 +01:00
parent 73eb7b82d6
commit 7a52fc1ffa
5 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5.3.0
with:
go-version: '1.23'
go-version: '1.24'
check-latest: true
# Initializes the CodeQL tools for scanning.

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@5a083d0e9a84784eb32078397cf5459adecb4c40 # ratchet:actions/setup-go@v5
with:
go-version: "1.23"
go-version: "1.24"
check-latest: true
- name: Test Go
run: |

View File

@@ -1 +1 @@
golang 1.23.6
golang 1.24.0

View File

@@ -102,7 +102,7 @@ europe-north1-docker.pkg.dev/nais-io/nais/images/wonderwall@sha25:<shasum>
## Development
Requires Go 1.23
Requires Go 1.24
```shell
docker-compose up -d

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/nais/wonderwall
go 1.23.6
go 1.24.0
require (
github.com/KimMachineGun/automemlimit v0.7.1