Skip to content

Commit

Permalink
Bump CI go version to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
torrefatto committed Jun 28, 2024
1 parent 1d05503 commit 262a456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v4
with:
go-version: "1.19"
go-version: "1.22"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
- name: "Run tests"
Expand All @@ -33,7 +33,7 @@ jobs:
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
- uses: actions/setup-go@v2
with:
go-version: "1.19"
go-version: "1.22"
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
Expand Down

0 comments on commit 262a456

Please sign in to comment.