Skip to content

Commit

Permalink
Bump Golang to 1.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Jan 7, 2024
1 parent 9b07044 commit 3a50142
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set Golang
uses: actions/setup-go@v4
with:
go-version: ~1.20.4
go-version: ~1.21.5

- uses: actions/cache@v3
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
- name: Set Golang
uses: actions/setup-go@v2
with:
go-version: ~1.20.4

go-version: ~1.21.5
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set Golang
uses: actions/setup-go@v4
with:
go-version: ~1.20.4
go-version: ~1.21.5

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

0 comments on commit 3a50142

Please sign in to comment.