Skip to content

Commit

Permalink
Test release process in CI, revert using Go 1.17 (#71)
Browse files Browse the repository at this point in the history
* Test release process in CI, revert using Go 1.18

* Fix workflow name

* Try Go 1.17
  • Loading branch information
ofalvai authored Jan 6, 2023
1 parent 3a66b84 commit fd06245
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git

workflows:
test:
after_run:
- _test-binary-build
steps:
- go-list: { }
- golint: { }
Expand Down Expand Up @@ -48,7 +50,7 @@ workflows:
set -ex
goreleaser release
test-binary-build:
_test-binary-build:
description: Tests the release build process by creating a snapshot release (without publishing)
steps:
- script:
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/bitrise-io/bitrise-add-new-project

go 1.19
go 1.17

require (
github.com/bitrise-io/bitrise v0.0.0-20210623145422-513e39485248
Expand Down

0 comments on commit fd06245

Please sign in to comment.