1
0
mirror of https://github.com/netsampler/goflow2.git synced 2024-05-06 15:54:52 +00:00

build: update to go v1.21 (#198)

This commit is contained in:
Louis
2023-08-09 20:33:17 -07:00
committed by GitHub
parent e8cca7d3fb
commit 6b6d464b38
4 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.21
- name: Check out code into the Go module directory
uses: actions/checkout@v1

View File

@ -14,7 +14,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.21
- name: Check out code into the Go module directory
uses: actions/checkout@v1

View File

@ -13,7 +13,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.21
- name: Check out code into the Go module directory
uses: actions/checkout@v1

View File

@ -14,7 +14,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.21
- name: Check out code into the Go module directory
uses: actions/checkout@v1