mirror of
https://github.com/woodchen-ink/webp_server_go.git
synced 2025-07-18 13:42:02 +08:00
Let's try Go 1.20 (#167)
* Let's try Go 1.20 * Setup-go v3 * Maybe we should quote it
This commit is contained in:
parent
f0be36d4f3
commit
9fba09f19c
8
.github/workflows/CI.yaml
vendored
8
.github/workflows/CI.yaml
vendored
@ -16,12 +16,12 @@ jobs:
|
||||
image: centos:centos7
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.19
|
||||
go-version: '1.20'
|
||||
|
||||
- name: Setup necessary packages
|
||||
run: |
|
||||
@ -48,7 +48,7 @@ jobs:
|
||||
submodules: true
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v2
|
||||
|
4
.github/workflows/release_binary.yaml
vendored
4
.github/workflows/release_binary.yaml
vendored
@ -21,9 +21,9 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.19
|
||||
go-version: '1.20'
|
||||
|
||||
- name: Setup necessary packages
|
||||
run: |
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.19-alpine as builder
|
||||
FROM golang:1.20-alpine as builder
|
||||
|
||||
ARG IMG_PATH=/opt/pics
|
||||
ARG EXHAUST_PATH=/opt/exhaust
|
||||
|
Loading…
x
Reference in New Issue
Block a user