Skip to content

Commit

Permalink
bump Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrodriges committed Mar 26, 2024
1 parent dacb2e4 commit 61a10e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

release:
runs-on: ubuntu-latest
container: golang:1.21
container: golang:1.22
permissions:
contents: write
steps:
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/Yandex-Practicum/go-autotests

go 1.21
go 1.22

require (
github.com/go-resty/resty/v2 v2.7.0
Expand Down

0 comments on commit 61a10e4

Please sign in to comment.