Skip to content

Commit f76f345

Browse files
authored
ci: update go.mod package and build config (#1067)
1 parent 2ebc775 commit f76f345

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Build
2828
strategy:
2929
matrix:
30-
go: [ 'stable', '1.21.x' ]
30+
go: [ 'stable', '1.23.x' ]
3131
os: [ ubuntu-latest ]
3232

3333
runs-on: ${{ matrix.os }}

.github/workflows/label-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
go: [ 'stable', '1.21.x' ]
15+
go: [ 'stable', '1.23.x' ]
1616
os: [ ubuntu-latest ]
1717

1818
name: Run Build

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module resty.dev/v3
22

3-
go 1.21
3+
go 1.23.0
44

5-
require golang.org/x/net v0.33.0
5+
require golang.org/x/net v0.43.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
2-
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
1+
golang.org/x/net v0.43.0 h1:lat02VYK2j4aLzMzecihNvTlJNQUq316m2Mr9rnM6YE=
2+
golang.org/x/net v0.43.0/go.mod h1:vhO1fvI4dGsIjh73sWfUVjj3N7CA9WkKJNQm2svM6Jg=

0 commit comments

Comments
 (0)