Skip to content

Commit

Permalink
Merge pull request #1065 from synfinatic/beta4
Browse files Browse the repository at this point in the history
release 2.0.0-beta4
  • Loading branch information
synfinatic committed Sep 30, 2024
2 parents 73e0f99 + 310a26c commit 88a7f53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
release:
types: [created]

env:
GO_VERSION: '1.22.5'
GOLANGCI_LINT_VERSION: 'v1.60.3'

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 +26,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 +54,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 88a7f53

Please sign in to comment.