File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1616 strategy :
1717 fail-fast : true
1818 matrix :
19- go : ['1.25.5 ']
19+ go : ['1.25.6 ']
2020
2121 steps :
2222 - name : Check out code
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ ENV PLAYWRIGHT_BROWSERS_PATH=/opt/browsers
55RUN export PATH=$PATH:/usr/local/go/bin:/root/go/bin \
66 && apt-get update \
77 && apt-get install -y --no-install-recommends ca-certificates curl wget \
8- && wget -q https://go.dev/dl/go1.25.5 .linux-amd64.tar.gz \
9- && tar -C /usr/local -xzf go1.25.5 .linux-amd64.tar.gz \
10- && rm go1.25.5 .linux-amd64.tar.gz \
8+ && wget -q https://go.dev/dl/go1.25.6 .linux-amd64.tar.gz \
9+ && tar -C /usr/local -xzf go1.25.6 .linux-amd64.tar.gz \
10+ && rm go1.25.6 .linux-amd64.tar.gz \
1111 && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
1212 && apt-get install -y --no-install-recommends nodejs \
1313 && apt-get clean \
@@ -17,7 +17,7 @@ RUN export PATH=$PATH:/usr/local/go/bin:/root/go/bin \
1717 && playwright install chromium --with-deps
1818
1919# Build stage
20- FROM golang:1.25.5 -trixie AS builder
20+ FROM golang:1.25.6 -trixie AS builder
2121WORKDIR /app
2222COPY go.mod go.sum ./
2323RUN go mod download
Original file line number Diff line number Diff line change 11# Build stage
2- FROM golang:1.25.5 -trixie AS builder
2+ FROM golang:1.25.6 -trixie AS builder
33WORKDIR /app
44COPY go.mod go.sum ./
55RUN go mod download
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ docker pull gosom/google-maps-scraper:latest-rod
193193
194194### Build from Source
195195
196- Requirements: Go 1.25.5 +
196+ Requirements: Go 1.25.6 +
197197
198198``` bash
199199git clone https://github.com/gosom/google-maps-scraper.git
Original file line number Diff line number Diff line change 11module github.com/gosom/google-maps-scraper
22
3- go 1.25.5
3+ go 1.25.6
44
55require (
66 github.com/PuerkitoBio/goquery v1.10.3
Original file line number Diff line number Diff line change 1- go 1.25.5
1+ go 1.25.6
22
33use .
You can’t perform that action at this time.
0 commit comments