fix: update go version

This commit is contained in:
mehanizm
2022-03-25 12:53:03 +03:00
parent a8da2361cf
commit e7520b0f7c
3 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
// Copyright © 2020 Mike Berezin
//
// Use of this source code is governed by an MIT license.
// Details in the LICENSE file.
package airtable
import (

View File

@@ -1,3 +1,8 @@
// Copyright © 2020 Mike Berezin
//
// Use of this source code is governed by an MIT license.
// Details in the LICENSE file.
package airtable
import (

2
go.mod
View File

@@ -1,3 +1,3 @@
module github.com/mehanizm/airtable
go 1.15
go 1.18