Skip to content

Commit d0e0daf

Browse files
committed
changed go version in github actions
1 parent 856dd56 commit d0e0daf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- uses: actions/setup-go@v3
1515
with:
16-
go-version: "1.17"
16+
go-version: "1.19.1"
1717

1818
- name: Cache Go modules
1919
uses: actions/cache@v3

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- uses: actions/setup-go@v3
1414
with:
15-
go-version: "1.17.7"
15+
go-version: "1.19.1"
1616

1717
- name: Set tag in environment
1818
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV # extracts the tag name from refs/tags/v1.2.3

0 commit comments

Comments
 (0)