Skip to content

Commit

Permalink
chore: update go to 1.22 (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Volodymyr Kubiv <[email protected]>
  • Loading branch information
vkubiv authored Apr 3, 2024
1 parent 12023f2 commit 38b6c31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
- name: Setup Go 1.22
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
go-version: '1.22'
- name: Run checks
run: |
echo $PATH
Expand All @@ -45,10 +45,10 @@ jobs:
timeout-minutes: 10
steps:

- name: Setup Go 1.21
uses: actions/setup-go@v2
- name: Setup Go 1.22
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.22'
id: go

- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module github.com/trustbloc/kms-go

go 1.21
go 1.22

require (
github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833
Expand Down

0 comments on commit 38b6c31

Please sign in to comment.