Skip to content

Commit

Permalink
Merge pull request #35 from banzaicloud/improvements
Browse files Browse the repository at this point in the history
Improvements
  • Loading branch information
sagikazarmark committed Jun 8, 2023
2 parents fd3ed96 + eec3a25 commit 807703e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v1
with:
go-version: 1.17

- name: Check out code into the Go module directory
uses: actions/checkout@master

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'

- name: Build kurun binary
run: go build -v .

tests:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v1
with:
go-version: 1.17

- name: Check out code into the Go module directory
uses: actions/checkout@master

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'

- name: Run kurun tests
run: go test ./...

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,3 @@ jobs:
push: true
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache


1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ builds:
- windows
goarch:
- amd64
- arm64

archives:
-
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/banzaicloud/kurun

go 1.17
go 1.20

require (
emperror.dev/errors v0.8.0
Expand Down

0 comments on commit 807703e

Please sign in to comment.