Skip to content

Commit

Permalink
use setup-go@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau committed Feb 15, 2024
1 parent 15b29ce commit bf4d864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/teamcity-services-diff-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
fetch-depth: 0

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v3
with:
go-version: '^1.20.1'
go-version: '^1.20'

- name: Cache Go modules and build cache
uses: actions/cache@v3
Expand Down

0 comments on commit bf4d864

Please sign in to comment.