Skip to content

Commit 9dea1ed

Browse files
committed
go: Upgrade to 1.19
1 parent fbada4f commit 9dea1ed

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,4 +1,4 @@
1-
FROM golang:1.18-alpine
1+
FROM golang:1.19-alpine
22

33
# Build dependencies
44
RUN apk --no-cache update

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module alexejk.io/go-xmlrpc
22

3-
go 1.18
3+
go 1.19
44

55
require github.com/stretchr/testify v1.8.0
66

0 commit comments

Comments
 (0)