Skip to content

Commit

Permalink
Upgrade go and pin version of ghr
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Apr 18, 2023
1 parent 4b726af commit 63381ec
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,17 @@ jobs:
build_static_lib:
machine:
image: ubuntu-2004:202101-01
image: ubuntu-2004:2022.10.1
resource_class: xlarge
steps:
- run:
name: Check Go version # needed for ghr installation
command: go version
- run:
name: Install ghr
command: |
go install github.com/tcnksm/ghr@v0.16.0
ghr --version
- checkout
- run:
name: Build static library for Alpine
Expand All @@ -270,11 +278,6 @@ jobs:
- when:
condition: << pipeline.git.tag >>
steps:
- run:
name: Install ghr
command: |
go get github.com/tcnksm/ghr
ghr --version
- run:
name: Publish artifacts on GitHub
command: |
Expand Down

0 comments on commit 63381ec

Please sign in to comment.