mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-20 03:32:43 +00:00
bump to go 1.18
This commit is contained in:
parent
37b15d157a
commit
8ddcc46255
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -15,10 +15,10 @@ jobs:
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Go 1.16
|
||||
- name: Set up Go 1.18
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1.16
|
||||
go-version: 1.18
|
||||
id: go
|
||||
|
||||
- name: Build
|
||||
|
8
.github/workflows/tunasync.yml
vendored
8
.github/workflows/tunasync.yml
vendored
@ -12,10 +12,10 @@ jobs:
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Go 1.16
|
||||
- name: Set up Go 1.18
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1.16
|
||||
go-version: 1.18
|
||||
id: go
|
||||
|
||||
- name: Get dependencies
|
||||
@ -53,10 +53,10 @@ jobs:
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Go 1.16
|
||||
- name: Set up Go 1.18
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1.16
|
||||
go-version: 1.18
|
||||
id: go
|
||||
|
||||
- name: Run Unit tests.
|
||||
|
Loading…
x
Reference in New Issue
Block a user