Skip to content

Commit

Permalink
Upgrade to go 1.14. Fixes #19
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen committed May 6, 2020
1 parent 7fdcfe1 commit ca8d6dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-go@v2
with:
go-version: '1.13.10'
go-version: '1.14'
- name: Install operator SDK
run: |
sudo curl -Lo /usr/local/bin/operator-sdk https://github.com/operator-framework/operator-sdk/releases/download/${RELEASE_VERSION}/operator-sdk-${RELEASE_VERSION}-x86_64-linux-gnu
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/evryfs/github-actions-runner-operator

go 1.13
go 1.14

require (
github.com/go-logr/logr v0.1.0
Expand Down

0 comments on commit ca8d6dd

Please sign in to comment.