Skip to content

Commit

Permalink
fix: release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbreuninger committed Oct 9, 2024
1 parent 2e9ec3b commit 5e75189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') == true
runs-on: macos-12
steps:
- name: Set up Go 1.22.5
- name: Set up Go 1.23
uses: actions/setup-go@v2
with:
go-version: 1.19
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/loft-sh/devpod-provider-aws

go 1.19
go 1.23

require (
github.com/aws/aws-sdk-go-v2 v1.18.1
Expand Down

0 comments on commit 5e75189

Please sign in to comment.