Skip to content

Commit 604d18e

Browse files
committed
Update dependencies
Change-Id: I68ef645ae4a54fcc010a0dcecd75a6852ac35bb7
1 parent 949339a commit 604d18e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.2.3 2025-06-15
2+
- Update dependencies
3+
14
0.2.2 2024-11-14
25
- Don't stop on CSV parsing errors
36

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Build stage
2-
FROM golang:latest as build
2+
FROM golang:latest AS build
33

44
RUN apt-get update && \
55
apt-get upgrade -y ca-certificates
66

77
WORKDIR /src
88

99
COPY go.mod go.sum ./
10-
RUN go mod download
10+
RUN go get -u all
1111

1212
COPY . /src
1313

@@ -20,7 +20,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 \
2020
--trimpath \
2121
-o /src/external-big .
2222

23-
FROM gruebel/upx:latest as upx
23+
FROM gruebel/upx:latest AS upx
2424

2525
COPY --from=build /src/external-big /external-big
2626

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/KorAP/Kalamar-Plugin-ExternalResources
22

3-
go 1.24.0
3+
go 1.25.4
44

55
// replace github.com/golang/protobuf => google.golang.org/protobuf v1.31.0
66

0 commit comments

Comments
 (0)