feat: update go v3.0 to new timezones #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: GBFS Golang Language Bindings - PR Check | |
on: | |
pull_request: | |
branches: | |
- master | |
paths: | |
- "models/golang/**" | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v2 | |
- name: Set up Go | |
uses: actions/setup-go@v2 | |
with: | |
go-version: 1.22.3 | |
- name: Run tests | |
run: | | |
cd models/golang/tests | |
go test -v |