Skip to content

Commit 58c13cb

Browse files
committed
bump to go 1.19
1 parent 6c4b89c commit 58c13cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/controlplane.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- ".github/workflows/controlplane.yml"
1212
- "packaging/controlplane/**"
1313
env:
14-
go_version: "1.18"
14+
go_version: "1.19"
1515
REGISTRY: europe-north1-docker.pkg.dev/nais-io/nais/images
1616

1717
jobs:

.github/workflows/frontends.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
env:
14-
go_version: "1.18"
14+
go_version: "1.19"
1515
jobs:
1616
test:
1717
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)