Skip to content

Commit

Permalink
chore: update sdkexamples go version
Browse files Browse the repository at this point in the history
Signed-off-by: Terry Howe <[email protected]>
  • Loading branch information
TerryHowe committed Jan 29, 2025
1 parent 404471a commit d9aa321
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,14 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.23']
fail-fast: true
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected]
- name: Setup Go ${{ matrix.go-version }}
- name: Setup Go sdkexamples/go.mod file
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # [email protected]
with:
go-version: ${{ matrix.go-version }}
go-version-file: 'sdkexamples/go.mod'
check-latest: true
- name: Build sdkexamples
run: make sdkexamples
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ check-links-ci: set-up-link-checker run-link-checker

.PHONY: sdkexamples
sdkexamples:
cd sdkexamples; make
make -C sdkexamples

serve:
hugo server --buildDrafts --buildFuture --bind 0.0.0.0
Expand Down

0 comments on commit d9aa321

Please sign in to comment.