Skip to content

Commit

Permalink
Merge pull request #644 from vania-pooh/master
Browse files Browse the repository at this point in the history
Bump Golang to 1.21.3
  • Loading branch information
vania-pooh authored Oct 11, 2023
2 parents f52b3a4 + 4d26915 commit 5a2dd34
Show file tree
Hide file tree
Showing 4 changed files with 4 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 @@ -14,7 +14,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: ~1.20.7
go-version: ~1.21.3

- uses: actions/cache@v3
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@v4
with:
go-version: ~1.20.7
go-version: ~1.21.3

- uses: actions/cache@v3
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@v4
with:
go-version: ~1.20.7
go-version: ~1.21.3

- uses: actions/cache@v3
with:
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/aerokube/images

go 1.20
go 1.21

require (
github.com/aandryashin/matchers v0.0.0-20161126170413-435295ea180e
Expand Down

0 comments on commit 5a2dd34

Please sign in to comment.