Skip to content

Commit

Permalink
chore: upgrade go version
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanSpeakEasy authored and daveshanley committed Aug 26, 2024
1 parent dc337f8 commit 59e7665
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.23
id: go

- name: Checkout code
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.23
id: go

- name: Checkout code
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
files: ./coverage.xml
flags: unittests
fail_ci_if_error: false
verbose: true
verbose: true

0 comments on commit 59e7665

Please sign in to comment.