Skip to content

Commit

Permalink
fixed ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
kochetovd committed Jun 20, 2024
1 parent fefaeaa commit eff0a0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.19.1'
go-version: '1.22.0'

- name: Build
run: bash build.sh

- name: Create upload dir
run: |
mkdir -p ../v2
Expand Down

0 comments on commit eff0a0f

Please sign in to comment.