Skip to content

Commit 72d8fea

Browse files
authored
build: Pin Go to 1.20.6 (#2441)
1 parent b8e5ffe commit 72d8fea

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-go@v4
1414
with:
15-
go-version: '1.20'
15+
go-version: '1.20.6'
1616
- run: go build ./...
1717

1818
darwin-build:
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323
- uses: actions/setup-go@v4
2424
with:
25-
go-version: '1.20'
25+
go-version: '1.20.6'
2626
- run: go build ./...
2727

2828
build:
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v3
5454
- uses: actions/setup-go@v4
5555
with:
56-
go-version: '1.20'
56+
go-version: '1.20.6'
5757

5858
- name: gotestsum
5959
run: go install gotest.tools/gotestsum@latest
@@ -92,6 +92,6 @@ jobs:
9292
- uses: actions/checkout@v3
9393
- uses: actions/setup-go@v4
9494
with:
95-
go-version: '>=1.20.6'
95+
go-version: '1.20.6'
9696
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
9797
- run: govulncheck ./...

.github/workflows/gen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121
- uses: actions/setup-go@v4
2222
with:
23-
go-version: '1.20'
23+
go-version: '1.20.6'
2424
- run: go build -o sqlc-pg-gen ./internal/tools/sqlc-pg-gen
2525
- run: mkdir -p gen/contrib
2626
- run: ./sqlc-pg-gen gen

devenv.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"devenv": {
44
"locked": {
55
"dir": "src/modules",
6-
"lastModified": 1686239587,
7-
"narHash": "sha256-MpF2msSM7INvzOfT+Zs8KY4tN3IhDOhnQ7Ao5aNvEiI=",
6+
"lastModified": 1689175844,
7+
"narHash": "sha256-+ZAcAnogqNXz5P2/NiZonmgUiv+vCC7/swiSepyTulc=",
88
"owner": "cachix",
99
"repo": "devenv",
10-
"rev": "9d51052c5983724a9225fa62587e0cbe51e50622",
10+
"rev": "db59403d5bdad71dce137705ed7cb926681e5f95",
1111
"type": "github"
1212
},
1313
"original": {
@@ -74,11 +74,11 @@
7474
},
7575
"nixpkgs": {
7676
"locked": {
77-
"lastModified": 1686277352,
78-
"narHash": "sha256-quryYLnntwZZrwJ4Vsx24hiCkwiYZAEttiOu983akGg=",
77+
"lastModified": 1689138773,
78+
"narHash": "sha256-NEcJPQfwc1jNDI/ITvieJW2Y+IWdGIYCFHLJl5PGx3o=",
7979
"owner": "NixOS",
8080
"repo": "nixpkgs",
81-
"rev": "a9fa8f8450a2ae296f152a9b3d52df68d24b7cfc",
81+
"rev": "bf57c599729771cd23054a18c0f3a391ae85e193",
8282
"type": "github"
8383
},
8484
"original": {
@@ -115,11 +115,11 @@
115115
"nixpkgs-stable": "nixpkgs-stable"
116116
},
117117
"locked": {
118-
"lastModified": 1686213770,
119-
"narHash": "sha256-Re6xXLEqQ/HRnThryumyGzEf3Uv0Pl4cuG50MrDofP8=",
118+
"lastModified": 1688596063,
119+
"narHash": "sha256-9t7RxBiKWHygsqXtiNATTJt4lim/oSYZV3RG8OjDDng=",
120120
"owner": "cachix",
121121
"repo": "pre-commit-hooks.nix",
122-
"rev": "182af51202998af5b64ddecaa7ff9be06425399b",
122+
"rev": "c8d18ba345730019c3faf412c96a045ade171895",
123123
"type": "github"
124124
},
125125
"original": {

0 commit comments

Comments
 (0)