Skip to content

Commit 262a456

Browse files
committed
Bump CI go version to 1.22
1 parent 1d05503 commit 262a456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-go@v4
1212
with:
13-
go-version: "1.19"
13+
go-version: "1.22"
1414
- name: golangci-lint
1515
uses: golangci/golangci-lint-action@v3
1616
- name: "Run tests"
@@ -33,7 +33,7 @@ jobs:
3333
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
3434
- uses: actions/setup-go@v2
3535
with:
36-
go-version: "1.19"
36+
go-version: "1.22"
3737
- name: Get the version
3838
id: get_version
3939
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

0 commit comments

Comments
 (0)