Skip to content

Commit 7cce3cf

Browse files
authored
build: upgrade to Go 1.20.10 (#44)
1 parent 5768f1f commit 7cce3cf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
release:
1111
uses: itzg/github-workflows/.github/workflows/go-with-releaser-image.yml@main
12+
with:
13+
go-version: "1.20.10"
1214
secrets:
1315
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
1416
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ on:
1313
jobs:
1414
build:
1515
uses: itzg/github-workflows/.github/workflows/go-test.yml@main
16+
with:
17+
go-version: "1.20.10"

0 commit comments

Comments
 (0)