Skip to content

Commit

Permalink
release v2.0.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed Sep 30, 2024
1 parent 73e0f99 commit 1031acd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
release:
types: [created]

env:
GO_VERSION: '1.22.5'

jobs:
# most binaries can be built on linux machine which is the most cost-efficient on GitHub actions
# for building darwin-arm64 binary we need Xcode, therefore, we need to build it on MacOS
Expand All @@ -22,7 +25,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '${{ vars.GO_VERSION }}'
go-version: '${{ env.GO_VERSION }}'

- name: Run Makefile
run: |
Expand Down Expand Up @@ -50,7 +53,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '${{ vars.GO_VERSION }}'
go-version: '${{ env.GO_VERSION }}'

- name: Run Makefile
run: |
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AWS SSO CLI Changelog

## [v2.0.0-beta4] - 2024-XX-XX
## [v2.0.0-beta4] - 2024-09-29

### Bugs

Expand Down

0 comments on commit 1031acd

Please sign in to comment.