Skip to content

Commit 81dcd7d

Browse files
committed
ci: Build with Go 1.22.
1 parent 1a954c3 commit 81dcd7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v5
2727
with:
28-
go-version: '1.21'
28+
go-version: '1.22'
2929

3030
- name: Dependencies
3131
run: go mod download
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Go
5252
uses: actions/setup-go@v5
5353
with:
54-
go-version: '1.21'
54+
go-version: '1.22'
5555

5656
- name: Dependencies
5757
run: go mod download

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21 as builder
1+
FROM golang:1.22 AS builder
22

33
ARG VERSION=v0.8.x-dev
44

0 commit comments

Comments
 (0)