Skip to content

Commit

Permalink
update release ci to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Mar 24, 2024
1 parent a8c2fed commit 8dafea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: set up go
uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.22"

- name: import gpg key
run: |
Expand Down

0 comments on commit 8dafea0

Please sign in to comment.