Skip to content

Commit

Permalink
Merge pull request #13 from aandryashin/master
Browse files Browse the repository at this point in the history
Update go version.
  • Loading branch information
vania-pooh authored May 25, 2024
2 parents 98e6519 + f04017e commit 15d0a8e
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 @@ -15,7 +15,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v2
with:
go-version: ~1.22.2
go-version: ~1.22.3

- 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 @@ -14,7 +14,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v2
with:
go-version: ~1.22.2
go-version: ~1.22.3

- 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 @@ -13,7 +13,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v2
with:
go-version: ~1.22.2
go-version: ~1.22.3

- uses: actions/cache@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/aerokube/init

go 1.22.2
go 1.22.3

0 comments on commit 15d0a8e

Please sign in to comment.