Skip to content

Commit 8edcb0d

Browse files
fix: update to go1.22
1 parent df2455e commit 8edcb0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM golang:1.20-alpine AS build-stage
3+
FROM golang:1.22-alpine AS build-stage
44

55
WORKDIR /app
66

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/speakeasy-api/speakeasy-api-test-service
22

3-
go 1.19
3+
go 1.22
44

55
require github.com/gorilla/mux v1.8.0

0 commit comments

Comments
 (0)