Skip to content

Commit

Permalink
Merge pull request #383 from vania-pooh/master
Browse files Browse the repository at this point in the history
Bump Golang to 1.21.0
  • Loading branch information
vania-pooh authored Aug 31, 2023
2 parents 1476fdd + f407063 commit b54a2f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v2
with:
go-version: ~1.20.2
go-version: ~1.21.0

- uses: actions/cache@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v2
with:
go-version: ~1.20.2
go-version: ~1.21.0

- uses: actions/cache@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v2
with:
go-version: ~1.20.2
go-version: ~1.21.0

- uses: actions/cache@v1
with:
Expand Down

0 comments on commit b54a2f3

Please sign in to comment.