Skip to content

Commit fe76e57

Browse files
committed
Updated to go 1.25.0
1 parent df7318b commit fe76e57

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Setup base
2-
FROM golang:1.24.6 AS base
2+
FROM golang:1.25.0 AS base
33
WORKDIR /app
44
COPY ./go.mod ./
55
COPY ./go.sum ./

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/Zozman/stream-webpage-container
22

3-
go 1.24
4-
5-
toolchain go1.24.6
3+
go 1.25.0
64

75
require (
86
github.com/chromedp/chromedp v0.14.1
@@ -17,7 +15,7 @@ require (
1715
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1816
github.com/chromedp/cdproto v0.0.0-20250803210736-d308e07a266d // indirect
1917
github.com/chromedp/sysutil v1.1.0 // indirect
20-
github.com/go-json-experiment/json v0.0.0-20250813024750-ebf49471dced // indirect
18+
github.com/go-json-experiment/json v0.0.0-20250813233538-9b1f9ea2e11b // indirect
2119
github.com/gobwas/httphead v0.1.0 // indirect
2220
github.com/gobwas/pool v0.2.1 // indirect
2321
github.com/gobwas/ws v1.4.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ github.com/chromedp/sysutil v1.1.0 h1:PUFNv5EcprjqXZD9nJb9b/c9ibAbxiYo4exNWZyipw
1010
github.com/chromedp/sysutil v1.1.0/go.mod h1:WiThHUdltqCNKGc4gaU50XgYjwjYIhKWoHGPTUfWTJ8=
1111
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
1212
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
13-
github.com/go-json-experiment/json v0.0.0-20250813024750-ebf49471dced h1:Q311OHjMh/u5E2TITc++WlTP5We0xNseRMkHDyvhW7I=
14-
github.com/go-json-experiment/json v0.0.0-20250813024750-ebf49471dced/go.mod h1:TiCD2a1pcmjd7YnhGH0f/zKNcCD06B029pHhzV23c2M=
13+
github.com/go-json-experiment/json v0.0.0-20250813233538-9b1f9ea2e11b h1:6Q4zRHXS/YLOl9Ng1b1OOOBWMidAQZR3Gel0UKPC/KU=
14+
github.com/go-json-experiment/json v0.0.0-20250813233538-9b1f9ea2e11b/go.mod h1:TiCD2a1pcmjd7YnhGH0f/zKNcCD06B029pHhzV23c2M=
1515
github.com/gobwas/httphead v0.1.0 h1:exrUm0f4YX0L7EBwZHuCF4GDp8aJfVeBrlLQrs6NqWU=
1616
github.com/gobwas/httphead v0.1.0/go.mod h1:O/RXo79gxV8G+RqlR/otEwx4Q36zl9rqC5u12GKvMCM=
1717
github.com/gobwas/pool v0.2.1 h1:xfeeEhW7pwmX8nuLVlqbzVc7udMDrwetjEv+TZIz1og=

0 commit comments

Comments
 (0)