Skip to content

Commit

Permalink
build: update go minimum version to go1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Sep 1, 2024
1 parent 1c1fdb8 commit d6421c7
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.21.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.21.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/v3

go 1.19
go 1.21

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

0 comments on commit d6421c7

Please sign in to comment.