mirror of
https://github.com/nais/wonderwall.git
synced 2026-02-14 17:49:54 +00:00
chore(deps): go 1.24
This commit is contained in:
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@@ -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.
|
||||
|
||||
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -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: |
|
||||
|
||||
@@ -1 +1 @@
|
||||
golang 1.23.6
|
||||
golang 1.24.0
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user