Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Piszmog committed Nov 28, 2024
1 parent 1f34708 commit f32c4d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.x
go-version: 1.23.x
- run: go mod download
- run: go install github.com/a-h/templ/cmd/[email protected]
- run: make generate-templ
Expand All @@ -26,18 +26,17 @@ jobs:
- run: sqlc vet
- run: sqlc generate
- name: Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.54
skip-pkg-cache: true
version: latest
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.x
go-version: 1.23.x
- run: go mod download
- run: go install github.com/a-h/templ/cmd/[email protected]
- run: make generate-templ
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.x
go-version: 1.23.x
- run: go mod download
- run: go install github.com/a-h/templ/cmd/[email protected]
- name: Generate Templ Files
Expand Down

0 comments on commit f32c4d8

Please sign in to comment.