Skip to content

build(deps): bump golang from 1.21.4 to 1.21.5 (#3043) #4151

build(deps): bump golang from 1.21.4 to 1.21.5 (#3043)

build(deps): bump golang from 1.21.4 to 1.21.5 (#3043) #4151

Workflow file for this run

name: kotlin
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21.3'
- name: install ./...
run: go install ./...
- uses: actions/checkout@v4
with:
repository: sqlc-dev/sqlc-gen-kotlin
path: kotlin
- run: make test
working-directory: kotlin
- run: sqlc diff
working-directory: kotlin/examples