Skip to content

Commit

Permalink
Merge branch 'rc/2022-july' into userAccountHandler-interface-change
Browse files Browse the repository at this point in the history
  • Loading branch information
BeniaminDrasovean authored Sep 21, 2022
2 parents 5773003 + 3cd1931 commit b0a9fbe
Show file tree
Hide file tree
Showing 4 changed files with 698 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
name: Unit
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
- name: Set up Go 1.17.6
uses: actions/setup-go@v3
with:
go-version: ^1.15.6
go-version: 1.17.6
id: go

- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Get dependencies
run: |
Expand Down
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories
/vendor

# Go workspace file
go.work
Loading

0 comments on commit b0a9fbe

Please sign in to comment.