Skip to content

Commit

Permalink
build: update go minimum vesion to 1.20 (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
kon3gor authored Sep 2, 2024
1 parent 82ae758 commit c22b968
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Build
strategy:
matrix:
go: [ 'stable', '1.19.x' ]
go: [ 'stable', '1.20.x' ]
os: [ ubuntu-latest ]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
go: [ 'stable', '1.19.x' ]
go: [ 'stable', '1.20.x' ]
os: [ ubuntu-latest ]

name: Run Build
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/go-resty/resty/v2

go 1.19
go 1.20

require (
golang.org/x/net v0.27.0
Expand Down

0 comments on commit c22b968

Please sign in to comment.