+6
-6
lines changedFilter options
+6
-6
lines changed Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
23
23
24
24
steps:
25
25
- name: Checkout
26
-
uses: actions/checkout@v3.5.3
26
+
uses: actions/checkout@v4
27
27
28
28
- name: Test Docker container
29
29
uses: adambirds/docker-compose-action@v1.4.0
@@ -42,7 +42,7 @@ jobs:
42
42
43
43
steps:
44
44
- name: Checkout
45
-
uses: actions/checkout@v3.5.3
45
+
uses: actions/checkout@v4
46
46
47
47
- id: prep
48
48
if: "startsWith(github.ref, 'refs/tags/v')"
Original file line number Diff line number Diff line change
@@ -15,12 +15,12 @@ jobs:
15
15
matrix:
16
16
os: [ubuntu, windows, macos]
17
17
steps:
18
-
- uses: actions/checkout@v2
18
+
- uses: actions/checkout@v4
19
19
20
20
- name: Set up Go
21
-
uses: actions/setup-go@v2
21
+
uses: actions/setup-go@v5
22
22
with:
23
-
go-version: "1.21"
23
+
go-version: ">=1.24"
24
24
25
25
- name: Build
26
26
run: go build -v .
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
1
1
# syntax=docker/dockerfile:1
2
2
3
3
# Build the application from source
4
-
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21 AS build-stage
4
+
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:latest AS build-stage
5
5
6
6
ARG TARGETPLATFORM
7
7
ARG BUILDPLATFORM
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4