Skip to content

Commit

Permalink
Merge pull request #153 from ywk253100/22111_pin
Browse files Browse the repository at this point in the history
Pin the Golang version to v1.18.8 for v1.6.0
  • Loading branch information
Jiaolin Yang authored Nov 11, 2022
2 parents aca7a4e + 619abc2 commit a6ce10b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.18.8
id: go

- name: Check out the code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.18.8
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM --platform=$BUILDPLATFORM golang:1.18-buster AS build
FROM --platform=$BUILDPLATFORM golang:1.18.8-buster AS build

ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit a6ce10b

Please sign in to comment.