Skip to content

Commit

Permalink
Merge branch 'main' into dependency-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Mar 13, 2024
2 parents a45e3e9 + cb00d25 commit ee946a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
cache: false
- name: golangci-lint-server
uses: golangci/golangci-lint-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
cache-dependency-path: |
server/go.sum
- name: run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
cache-dependency-path: |
server/go.sum
- name: run manual migrations
Expand Down

0 comments on commit ee946a2

Please sign in to comment.