Skip to content

V2.1.7

V2.1.7 #114

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
go_version: ['1.13', '1.12', '1.11', '1.10', '1.9', '1.8', '1.7', '1.6', '1.5', '1.4', '1.3', '1.2']
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Setup the correct timezone
run: sudo cp -f /usr/share/zoneinfo/Europe/Kiev /etc/localtime
- name: Run tests
run: make